#8CD4DA

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

Shades of Spray #8CD4DA

Tints of Spray #8CD4DA

Color information

#8CD4DA (or 0x8CD4DA) is unknown color: approx Spray. HEX triplet: 8C, D4 and DA. RGB value is (140,212,218). Sum of RGB (Red+Green+Blue) = 140+212+218=570 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.56% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #8CD4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD4DA is #732B25. Grayscale: #BFBFBF. Windows color (decimal): -7547686 or 14341260. OLE color: 14341260.

HSL color Cylindrical-coordinate representation of color #8CD4DA: hue angle of 184.62º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CD4DA is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB140212218-
CMYK0.360.0300.15
HSL184.62º51.32%70.2%-
HSV(B)184.62º35.78%85.49%-
XYZ47.0157.7274.99-
YUV191.16143.1591.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.56%
GREEN value IS 212 (83.20% from 255) = 37.19%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=24.56%
G=37.19%
B=38.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402122180.360.0300.15184.6251.3270.2
Hex8CD4DA2430Fb93346
Octal21432433244301727163106
Binary1000110011010100110110101001001101111101110011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,212,218); }

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

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

 a { background-color: rgb(140,212,218); }

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

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

 span { border-color: rgb(140,212,218); }

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