#98CCFF

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

Shades of Light Sky Blue #98CCFF

Tints of Light Sky Blue #98CCFF

Color information

#98CCFF (or 0x98CCFF) is unknown color: approx Light Sky Blue. HEX triplet: 98, CC and FF. RGB value is (152,204,255). Sum of RGB (Red+Green+Blue) = 152+204+255=611 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.88% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #98CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CCFF is #673300. Grayscale: #C2C2C2. Windows color (decimal): -6763265 or 16764056. OLE color: 16764056.

HSL color Cylindrical-coordinate representation of color #98CCFF: hue angle of 209.71º 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 #98CCFF is Cyan = 0.40, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB152204255-
CMYK0.400.200
HSL209.71º100%79.8%-
HSV(B)209.71º40.39%100%-
XYZ52.5957.08102.85-
YUV194.27162.2797.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.88%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 255 (100% from 255) = 41.73%
R=24.88%
G=33.39%
B=41.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522042550.400.200209.7110079.8
Hex98CCFF281400d26450
Octal230314377502400322144120
Binary10011000110011001111111110100010100001101001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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