#8CD9F9

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

Shades of Light Sky Blue #8CD9F9

Tints of Light Sky Blue #8CD9F9

Color information

#8CD9F9 (or 0x8CD9F9) is unknown color: approx Light Sky Blue. HEX triplet: 8C, D9 and F9. RGB value is (140,217,249). Sum of RGB (Red+Green+Blue) = 140+217+249=606 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.10% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #8CD9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD9F9 is #732606. Grayscale: #C5C5C5. Windows color (decimal): -7546375 or 16374156. OLE color: 16374156.

HSL color Cylindrical-coordinate representation of color #8CD9F9: hue angle of 197.61º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CD9F9 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB140217249-
CMYK0.440.1300.02
HSL197.61º90.08%76.27%-
HSV(B)197.61º43.78%97.65%-
XYZ52.7362.0498.82-
YUV197.62156.9986.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.10%
GREEN value IS 217 (85.16% from 255) = 35.81%
BLUE value IS 249 (97.66% from 255) = 41.09%
R=23.10%
G=35.81%
B=41.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402172490.440.1300.02197.6190.0876.27
Hex8CD9F92CD02c65a4c
Octal214331371541502306132114
Binary10001100110110011111100110110011010101100011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CD9F9; }

 p { color: rgb(140,217,249); }

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

<style>
 a { background-color: #8CD9F9; }

 a { background-color: rgb(140,217,249); }

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

<style>
 span { border-color: #8CD9F9; }

 span { border-color: rgb(140,217,249); }

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