#8CD9FE

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

Shades of Light Sky Blue #8CD9FE

Tints of Light Sky Blue #8CD9FE

Color information

#8CD9FE (or 0x8CD9FE) is unknown color: approx Light Sky Blue. HEX triplet: 8C, D9 and FE. RGB value is (140,217,254). Sum of RGB (Red+Green+Blue) = 140+217+254=611 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.91% from 611); Green value is 217 (85.16% from 255 or 35.52% 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 #8CD9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD9FE is #732601. Grayscale: #C5C5C5. Windows color (decimal): -7546370 or 16701836. OLE color: 16701836.

HSL color Cylindrical-coordinate representation of color #8CD9FE: hue angle of 199.47º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CD9FE is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB140217254-
CMYK0.450.1500.00
HSL199.47º98.28%77.25%-
HSV(B)199.47º44.88%99.61%-
XYZ53.5262.36102.98-
YUV198.19159.4986.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.91%
GREEN value IS 217 (85.16% from 255) = 35.52%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=22.91%
G=35.52%
B=41.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402172540.450.1500.00199.4798.2877.25
Hex8CD9FE2DF00c7624d
Octal214331376551700307142115
Binary1000110011011001111111101011011111001100011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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