#8DCDF9

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

Shades of Light Sky Blue #8DCDF9

Tints of Light Sky Blue #8DCDF9

Color information

#8DCDF9 (or 0x8DCDF9) is unknown color: approx Light Sky Blue. HEX triplet: 8D, CD and F9. RGB value is (141,205,249). Sum of RGB (Red+Green+Blue) = 141+205+249=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DCDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCDF9 is #723206. Grayscale: #BEBEBE. Windows color (decimal): -7483911 or 16371085. OLE color: 16371085.

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

Color convert

RGB141205249-
CMYK0.430.1800.02
HSL204.44º90%76.47%-
HSV(B)204.44º43.37%97.65%-
XYZ49.9156.1697.83-
YUV190.88160.892.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.70%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 249 (97.66% from 255) = 41.85%
R=23.70%
G=34.45%
B=41.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412052490.430.1800.02204.449076.47
Hex8DCDF92B1202cc5a4c
Octal215315371532202314132114
Binary100011011100110111111001101011100100101100110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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