#98CDFF

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

Shades of Light Sky Blue #98CDFF

Tints of Light Sky Blue #98CDFF

Color information

#98CDFF (or 0x98CDFF) is unknown color: approx Light Sky Blue. HEX triplet: 98, CD and FF. RGB value is (152,205,255). Sum of RGB (Red+Green+Blue) = 152+205+255=612 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.84% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #98CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CDFF is #673200. Grayscale: #C2C2C2. Windows color (decimal): -6763009 or 16764312. OLE color: 16764312.

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

Color convert

RGB152205255-
CMYK0.400.2000
HSL209.13º100%79.8%-
HSV(B)209.13º40.39%100%-
XYZ52.8357.56102.93-
YUV194.85161.9497.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.84%
GREEN value IS 205 (80.47% from 255) = 33.50%
BLUE value IS 255 (100% from 255) = 41.67%
R=24.84%
G=33.50%
B=41.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522052550.400.2000209.1310079.8
Hex98CDFF281400d16450
Octal230315377502400321144120
Binary10011000110011011111111110100010100001101000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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