#8DD0F5

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

Shades of Light Sky Blue #8DD0F5

Tints of Light Sky Blue #8DD0F5

Color information

#8DD0F5 (or 0x8DD0F5) is unknown color: approx Light Sky Blue. HEX triplet: 8D, D0 and F5. RGB value is (141,208,245). Sum of RGB (Red+Green+Blue) = 141+208+245=594 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.74% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 245 (96.09% from 255 or 41.25% from 594); Max value from RGB is 245 - color contains mainly: blue. Hex color #8DD0F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD0F5 is #722F0A. Grayscale: #BFBFBF. Windows color (decimal): -7483147 or 16109709. OLE color: 16109709.

HSL color Cylindrical-coordinate representation of color #8DD0F5: hue angle of 201.35º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DD0F5 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB141208245-
CMYK0.420.1500.04
HSL201.35º83.87%75.69%-
HSV(B)201.35º42.45%96.08%-
XYZ50.0257.3794.82-
YUV192.18157.891.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.74%
GREEN value IS 208 (81.64% from 255) = 35.02%
BLUE value IS 245 (96.09% from 255) = 41.25%
R=23.74%
G=35.02%
B=41.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1412082450.420.1500.04201.3583.8775.69
Hex8DD0F52AF04c9544c
Octal215320365521704311124114
Binary100011011101000011110101101010111101001100100110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,208,245); }

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

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

 a { background-color: rgb(141,208,245); }

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

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

 span { border-color: rgb(141,208,245); }

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