#98B2F2

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

Shades of Perano #98B2F2

Tints of Perano #98B2F2

Color information

#98B2F2 (or 0x98B2F2) is unknown color: approx Perano. HEX triplet: 98, B2 and F2. RGB value is (152,178,242). Sum of RGB (Red+Green+Blue) = 152+178+242=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #98B2F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B2F2 is #674D0D. Grayscale: #B1B1B1. Windows color (decimal): -6769934 or 15905432. OLE color: 15905432.

HSL color Cylindrical-coordinate representation of color #98B2F2: hue angle of 222.67º degrees, saturation: 0.78, 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 #98B2F2 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB152178242-
CMYK0.370.2600.05
HSL222.67º77.59%77.25%-
HSV(B)222.67º37.19%94.9%-
XYZ44.944.9390.31-
YUV177.52164.39109.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.57%
GREEN value IS 178 (69.92% from 255) = 31.12%
BLUE value IS 242 (94.92% from 255) = 42.31%
R=26.57%
G=31.12%
B=42.31%

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
Decimal1521782420.370.2600.05222.6777.5977.25
Hex98B2F2251A05df4e4d
Octal230262362453205337116115
Binary1001100010110010111100101001011101001011101111110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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