#98CAFB

Color #98CAFB Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #98CAFB

Tints of Light Sky Blue #98CAFB

Color information

#98CAFB (or 0x98CAFB) is unknown color: approx Light Sky Blue. HEX triplet: 98, CA and FB. RGB value is (152,202,251). Sum of RGB (Red+Green+Blue) = 152+202+251=605 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.12% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #98CAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CAFB is #673504. Grayscale: #C0C0C0. Windows color (decimal): -6763781 or 16501400. OLE color: 16501400.

HSL color Cylindrical-coordinate representation of color #98CAFB: hue angle of 209.7º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98CAFB is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152202251-
CMYK0.390.2000.02
HSL209.7º92.52%79.02%-
HSV(B)209.7º39.44%98.43%-
XYZ51.4855.8899.34-
YUV192.64160.9499.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.12%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 251 (98.44% from 255) = 41.49%
R=25.12%
G=33.39%
B=41.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522022510.390.2000.02209.792.5279.02
Hex98CAFB271402d25d4f
Octal230312373472402322135117
Binary100110001100101011111011100111101000101101001010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,202,251); }

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

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

 a { background-color: rgb(152,202,251); }

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

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

 span { border-color: rgb(152,202,251); }

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