#8CDBE1

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

Shades of Spray #8CDBE1

Tints of Spray #8CDBE1

Color information

#8CDBE1 (or 0x8CDBE1) is unknown color: approx Spray. HEX triplet: 8C, DB and E1. RGB value is (140,219,225). Sum of RGB (Red+Green+Blue) = 140+219+225=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #8CDBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDBE1 is #73241E. Grayscale: #C3C3C3. Windows color (decimal): -7545887 or 14801804. OLE color: 14801804.

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

Color convert

RGB140219225-
CMYK0.380.0300.12
HSL184.24º58.62%71.57%-
HSV(B)184.24º37.78%88.24%-
XYZ49.7461.6780.52-
YUV196.06144.3388.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.97%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 225 (88.28% from 255) = 38.53%
R=23.97%
G=37.5%
B=38.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1402192250.380.0300.12184.2458.6271.57
Hex8CDBE12630Cb83b48
Octal21433334146301427073110
Binary1000110011011011111000011001101101100101110001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,219,225); }

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

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

 a { background-color: rgb(140,219,225); }

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

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

 span { border-color: rgb(140,219,225); }

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