#8CD9FB

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

Shades of Light Sky Blue #8CD9FB

Tints of Light Sky Blue #8CD9FB

Color information

#8CD9FB (or 0x8CD9FB) is unknown color: approx Light Sky Blue. HEX triplet: 8C, D9 and FB. RGB value is (140,217,251). Sum of RGB (Red+Green+Blue) = 140+217+251=608 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.03% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CD9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD9FB is #732604. Grayscale: #C5C5C5. Windows color (decimal): -7546373 or 16505228. OLE color: 16505228.

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

Color convert

RGB140217251-
CMYK0.440.1400.02
HSL198.38º93.28%76.67%-
HSV(B)198.38º44.22%98.43%-
XYZ53.0462.17100.47-
YUV197.85157.9986.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.03%
GREEN value IS 217 (85.16% from 255) = 35.69%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=23.03%
G=35.69%
B=41.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402172510.440.1400.02198.3893.2876.67
Hex8CD9FB2CE02c65d4d
Octal214331373541602306135115
Binary10001100110110011111101110110011100101100011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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