#8DC8FB

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

Shades of Light Sky Blue #8DC8FB

Tints of Light Sky Blue #8DC8FB

Color information

#8DC8FB (or 0x8DC8FB) is unknown color: approx Light Sky Blue. HEX triplet: 8D, C8 and FB. RGB value is (141,200,251). Sum of RGB (Red+Green+Blue) = 141+200+251=592 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.82% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DC8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC8FB is #723704. Grayscale: #BBBBBB. Windows color (decimal): -7485189 or 16500877. OLE color: 16500877.

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

Color convert

RGB141200251-
CMYK0.440.2000.02
HSL207.82º93.22%76.86%-
HSV(B)207.82º43.82%98.43%-
XYZ49.0553.9499.09-
YUV188.17163.4594.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.82%
GREEN value IS 200 (78.52% from 255) = 33.78%
BLUE value IS 251 (98.44% from 255) = 42.40%
R=23.82%
G=33.78%
B=42.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412002510.440.2000.02207.8293.2276.86
Hex8DC8FB2C1402d05d4d
Octal215310373542402320135115
Binary100011011100100011111011101100101000101101000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,200,251); }

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

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

 a { background-color: rgb(141,200,251); }

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

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

 span { border-color: rgb(141,200,251); }

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