#8CCEDD

Color #8CCEDD Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #8CCEDD

Tints of Spray #8CCEDD

Color information

#8CCEDD (or 0x8CCEDD) is unknown color: approx Spray. HEX triplet: 8C, CE and DD. RGB value is (140,206,221). Sum of RGB (Red+Green+Blue) = 140+206+221=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CCEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEDD is #733122. Grayscale: #BBBBBB. Windows color (decimal): -7549219 or 14536332. OLE color: 14536332.

HSL color Cylindrical-coordinate representation of color #8CCEDD: hue angle of 191.11º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CCEDD is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140206221-
CMYK0.370.0700.13
HSL191.11º54.36%70.78%-
HSV(B)191.11º36.65%86.67%-
XYZ45.9454.9476.59-
YUV187.98146.6393.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.69%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=24.69%
G=36.33%
B=38.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402062210.370.0700.13191.1154.3670.78
Hex8CCEDD2570Dbf3647
Octal21431633545701527766107
Binary10001100110011101101110110010111101101101111111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,206,221); }

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

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

 a { background-color: rgb(140,206,221); }

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

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

 span { border-color: rgb(140,206,221); }

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