#8DCFF6

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

Shades of Light Sky Blue #8DCFF6

Tints of Light Sky Blue #8DCFF6

Color information

#8DCFF6 (or 0x8DCFF6) is unknown color: approx Light Sky Blue. HEX triplet: 8D, CF and F6. RGB value is (141,207,246). Sum of RGB (Red+Green+Blue) = 141+207+246=594 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.74% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #8DCFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCFF6 is #723009. Grayscale: #BFBFBF. Windows color (decimal): -7483402 or 16174989. OLE color: 16174989.

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

Color convert

RGB141207246-
CMYK0.430.1600.04
HSL202.29º85.37%75.88%-
HSV(B)202.29º42.68%96.47%-
XYZ49.9356.9495.55-
YUV191.71158.6391.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.74%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 246 (96.48% from 255) = 41.41%
R=23.74%
G=34.85%
B=41.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1412072460.430.1600.04202.2985.3775.88
Hex8DCFF62B1004ca554c
Octal215317366532004312125114
Binary1000110111001111111101101010111000001001100101010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,207,246); }

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

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

 a { background-color: rgb(141,207,246); }

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

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

 span { border-color: rgb(141,207,246); }

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