#8CDCE2

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

Shades of Spray #8CDCE2

Tints of Spray #8CDCE2

Color information

#8CDCE2 (or 0x8CDCE2) is unknown color: approx Spray. HEX triplet: 8C, DC and E2. RGB value is (140,220,226). Sum of RGB (Red+Green+Blue) = 140+220+226=586 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.89% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #8CDCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCE2 is #73231D. Grayscale: #C4C4C4. Windows color (decimal): -7545630 or 14867596. OLE color: 14867596.

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

Color convert

RGB140220226-
CMYK0.380.0300.11
HSL184.19º59.72%71.76%-
HSV(B)184.19º38.05%88.63%-
XYZ50.1462.2581.33-
YUV196.76144.587.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.89%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 226 (88.67% from 255) = 38.57%
R=23.89%
G=37.54%
B=38.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1402202260.380.0300.11184.1959.7271.76
Hex8CDCE22630Bb83c48
Octal21433434246301327074110
Binary1000110011011100111000101001101101011101110001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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