#98CCFE

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

Shades of Light Sky Blue #98CCFE

Tints of Light Sky Blue #98CCFE

Color information

#98CCFE (or 0x98CCFE) is unknown color: approx Light Sky Blue. HEX triplet: 98, CC and FE. RGB value is (152,204,254). Sum of RGB (Red+Green+Blue) = 152+204+254=610 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.92% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #98CCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CCFE is #673301. Grayscale: #C1C1C1. Windows color (decimal): -6763266 or 16698520. OLE color: 16698520.

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

Color convert

RGB152204254-
CMYK0.400.2000.00
HSL209.41º98.08%79.61%-
HSV(B)209.41º40.16%99.61%-
XYZ52.4357.02102.01-
YUV194.15161.7797.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.92%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=24.92%
G=33.44%
B=41.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1522042540.400.2000.00209.4198.0879.61
Hex98CCFE281400d16250
Octal230314376502400321142120
Binary10011000110011001111111010100010100001101000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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