#98CDFE

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

Shades of Light Sky Blue #98CDFE

Tints of Light Sky Blue #98CDFE

Color information

#98CDFE (or 0x98CDFE) is unknown color: approx Light Sky Blue. HEX triplet: 98, CD and FE. RGB value is (152,205,254). Sum of RGB (Red+Green+Blue) = 152+205+254=611 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.88% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #98CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CDFE is #673201. Grayscale: #C2C2C2. Windows color (decimal): -6763010 or 16698776. OLE color: 16698776.

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

Color convert

RGB152205254-
CMYK0.400.1900.00
HSL208.82º98.08%79.61%-
HSV(B)208.82º40.16%99.61%-
XYZ52.6757.49102.09-
YUV194.74161.4497.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.88%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=24.88%
G=33.55%
B=41.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1522052540.400.1900.00208.8298.0879.61
Hex98CDFE281300d16250
Octal230315376502300321142120
Binary10011000110011011111111010100010011001101000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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