#8DCDD7

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

Shades of Spray #8DCDD7

Tints of Spray #8DCDD7

Color information

#8DCDD7 (or 0x8DCDD7) is unknown color: approx Spray. HEX triplet: 8D, CD and D7. RGB value is (141,205,215). Sum of RGB (Red+Green+Blue) = 141+205+215=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #8DCDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCDD7 is #723228. Grayscale: #BABABA. Windows color (decimal): -7483945 or 14142861. OLE color: 14142861.

HSL color Cylindrical-coordinate representation of color #8DCDD7: hue angle of 188.11º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DCDD7 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB141205215-
CMYK0.340.0500.16
HSL188.11º48.05%69.8%-
HSV(B)188.11º34.42%84.31%-
XYZ45.0854.2372.38-
YUV187143.895.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 215 (84.38% from 255) = 38.32%
R=25.13%
G=36.54%
B=38.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412052150.340.0500.16188.1148.0569.8
Hex8DCDD7225010bc3046
Octal21531532742502027460106
Binary100011011100110111010111100010101010000101111001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,205,215); }

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

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

 a { background-color: rgb(141,205,215); }

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

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

 span { border-color: rgb(141,205,215); }

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