#8DCCDA

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

Shades of Spray #8DCCDA

Tints of Spray #8DCCDA

Color information

#8DCCDA (or 0x8DCCDA) is unknown color: approx Spray. HEX triplet: 8D, CC and DA. RGB value is (141,204,218). Sum of RGB (Red+Green+Blue) = 141+204+218=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #8DCCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCDA is #723325. Grayscale: #BABABA. Windows color (decimal): -7484198 or 14339213. OLE color: 14339213.

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

Color convert

RGB141204218-
CMYK0.350.0600.15
HSL190.91º50.99%70.39%-
HSV(B)190.91º35.32%85.49%-
XYZ45.2353.9174.35-
YUV186.76145.6395.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.04%
GREEN value IS 204 (80.08% from 255) = 36.23%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=25.04%
G=36.23%
B=38.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412042180.350.0600.15190.9150.9970.39
Hex8DCCDA2360Fbf3346
Octal21531433243601727763106
Binary10001101110011001101101010001111001111101111111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,204,218); }

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

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

 a { background-color: rgb(141,204,218); }

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

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

 span { border-color: rgb(141,204,218); }

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