#8CD8FB

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

Shades of Light Sky Blue #8CD8FB

Tints of Light Sky Blue #8CD8FB

Color information

#8CD8FB (or 0x8CD8FB) is unknown color: approx Light Sky Blue. HEX triplet: 8C, D8 and FB. RGB value is (140,216,251). Sum of RGB (Red+Green+Blue) = 140+216+251=607 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.06% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CD8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD8FB is #732704. Grayscale: #C5C5C5. Windows color (decimal): -7546629 or 16504972. OLE color: 16504972.

HSL color Cylindrical-coordinate representation of color #8CD8FB: hue angle of 198.92º 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 #8CD8FB is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB140216251-
CMYK0.440.1400.02
HSL198.92º93.28%76.67%-
HSV(B)198.92º44.22%98.43%-
XYZ52.7861.65100.38-
YUV197.27158.3287.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.06%
GREEN value IS 216 (84.77% from 255) = 35.58%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=23.06%
G=35.58%
B=41.35%

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
Decimal1402162510.440.1400.02198.9293.2876.67
Hex8CD8FB2CE02c75d4d
Octal214330373541602307135115
Binary10001100110110001111101110110011100101100011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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