#8CDCE4

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

Shades of Spray #8CDCE4

Tints of Spray #8CDCE4

Color information

#8CDCE4 (or 0x8CDCE4) is unknown color: approx Spray. HEX triplet: 8C, DC and E4. RGB value is (140,220,228). Sum of RGB (Red+Green+Blue) = 140+220+228=588 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.81% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 228 - color contains mainly: blue. Hex color #8CDCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCE4 is #73231B. Grayscale: #C4C4C4. Windows color (decimal): -7545628 or 14998668. OLE color: 14998668.

HSL color Cylindrical-coordinate representation of color #8CDCE4: hue angle of 185.45º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CDCE4 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB140220228-
CMYK0.390.0400.11
HSL185.45º61.97%72.16%-
HSV(B)185.45º38.6%89.41%-
XYZ50.4162.3682.78-
YUV196.99145.587.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.81%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 228 (89.45% from 255) = 38.78%
R=23.81%
G=37.41%
B=38.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1402202280.390.0400.11185.4561.9772.16
Hex8CDCE42740Bb93e48
Octal21433434447401327176110
Binary10001100110111001110010010011110001011101110011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,220,228); }

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

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

 a { background-color: rgb(140,220,228); }

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

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

 span { border-color: rgb(140,220,228); }

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