#98CBFB

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

Shades of Light Sky Blue #98CBFB

Tints of Light Sky Blue #98CBFB

Color information

#98CBFB (or 0x98CBFB) is unknown color: approx Light Sky Blue. HEX triplet: 98, CB and FB. RGB value is (152,203,251). Sum of RGB (Red+Green+Blue) = 152+203+251=606 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.08% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #98CBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CBFB is #673404. Grayscale: #C0C0C0. Windows color (decimal): -6763525 or 16501656. OLE color: 16501656.

HSL color Cylindrical-coordinate representation of color #98CBFB: hue angle of 209.09º 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 #98CBFB is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152203251-
CMYK0.390.1900.02
HSL209.09º92.52%79.02%-
HSV(B)209.09º39.44%98.43%-
XYZ51.7256.3599.42-
YUV193.22160.698.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.08%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=25.08%
G=33.50%
B=41.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522032510.390.1900.02209.0992.5279.02
Hex98CBFB271302d15d4f
Octal230313373472302321135117
Binary100110001100101111111011100111100110101101000110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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