#98B2F1

Color #98B2F1 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #98B2F1

Tints of Perano #98B2F1

Color information

#98B2F1 (or 0x98B2F1) is unknown color: approx Perano. HEX triplet: 98, B2 and F1. RGB value is (152,178,241). Sum of RGB (Red+Green+Blue) = 152+178+241=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #98B2F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B2F1 is #674D0E. Grayscale: #B1B1B1. Windows color (decimal): -6769935 or 15839896. OLE color: 15839896.

HSL color Cylindrical-coordinate representation of color #98B2F1: hue angle of 222.47º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98B2F1 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB152178241-
CMYK0.370.2600.05
HSL222.47º76.07%77.06%-
HSV(B)222.47º36.93%94.51%-
XYZ44.7544.8789.52-
YUV177.41163.89109.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 26.62%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=26.62%
G=31.17%
B=42.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1521782410.370.2600.05222.4776.0777.06
Hex98B2F1251A05de4c4d
Octal230262361453205336114115
Binary1001100010110010111100011001011101001011101111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98B2F1; }

 p { color: rgb(152,178,241); }

 H1.HeaderClassName
 {
   color: #98B2F1;
 }
 .AnyTagClassName
 {
   color: #98B2F1;
 }
</style>
background-color css

<style>
 a { background-color: #98B2F1; }

 a { background-color: rgb(152,178,241); }

 div.DivClassName
 {
   background-color: #98B2F1;
 }
 .BgClassName
 {
   background-color: #98B2F1;
 }
</style>
border-color css

<style>
 span { border-color: #98B2F1; }

 span { border-color: rgb(152,178,241); }

 td.TdClassName
 {
   border-color: #98B2F1;
 }
 .TagClassName
 {
   border-color: #98B2F1;
 }
</style>