#8DCAF9

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

Shades of Light Sky Blue #8DCAF9

Tints of Light Sky Blue #8DCAF9

Color information

#8DCAF9 (or 0x8DCAF9) is unknown color: approx Light Sky Blue. HEX triplet: 8D, CA and F9. RGB value is (141,202,249). Sum of RGB (Red+Green+Blue) = 141+202+249=592 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.82% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DCAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCAF9 is #723506. Grayscale: #BCBCBC. Windows color (decimal): -7484679 or 16370317. OLE color: 16370317.

HSL color Cylindrical-coordinate representation of color #8DCAF9: hue angle of 206.11º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DCAF9 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141202249-
CMYK0.430.1900.02
HSL206.11º90%76.47%-
HSV(B)206.11º43.37%97.65%-
XYZ49.254.7497.6-
YUV189.12161.7993.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.82%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 249 (97.66% from 255) = 42.06%
R=23.82%
G=34.12%
B=42.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412022490.430.1900.02206.119076.47
Hex8DCAF92B1302ce5a4c
Octal215312371532302316132114
Binary100011011100101011111001101011100110101100111010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,202,249); }

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

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

 a { background-color: rgb(141,202,249); }

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

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

 span { border-color: rgb(141,202,249); }

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