#98CBFF

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

Shades of Light Sky Blue #98CBFF

Tints of Light Sky Blue #98CBFF

Color information

#98CBFF (or 0x98CBFF) is unknown color: approx Light Sky Blue. HEX triplet: 98, CB and FF. RGB value is (152,203,255). Sum of RGB (Red+Green+Blue) = 152+203+255=610 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.92% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #98CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CBFF is #673400. Grayscale: #C1C1C1. Windows color (decimal): -6763521 or 16763800. OLE color: 16763800.

HSL color Cylindrical-coordinate representation of color #98CBFF: hue angle of 210.29º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98CBFF is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB152203255-
CMYK0.400.2000
HSL210.29º100%79.8%-
HSV(B)210.29º40.39%100%-
XYZ52.3556.61102.77-
YUV193.68162.698.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.92%
GREEN value IS 203 (79.69% from 255) = 33.28%
BLUE value IS 255 (100% from 255) = 41.80%
R=24.92%
G=33.28%
B=41.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522032550.400.2000210.2910079.8
Hex98CBFF281400d26450
Octal230313377502400322144120
Binary10011000110010111111111110100010100001101001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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