#8DCBD5

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

Shades of Spray #8DCBD5

Tints of Spray #8DCBD5

Color information

#8DCBD5 (or 0x8DCBD5) is unknown color: approx Spray. HEX triplet: 8D, CB and D5. RGB value is (141,203,213). Sum of RGB (Red+Green+Blue) = 141+203+213=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #8DCBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBD5 is #72342A. Grayscale: #B9B9B9. Windows color (decimal): -7484459 or 14011277. OLE color: 14011277.

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

Color convert

RGB141203213-
CMYK0.340.0500.16
HSL188.33º46.15%69.41%-
HSV(B)188.33º33.8%83.53%-
XYZ44.3553.1870.88-
YUV185.6143.4696.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.31%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 213 (83.59% from 255) = 38.24%
R=25.31%
G=36.45%
B=38.24%

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
Decimal1412032130.340.0500.16188.3346.1569.41
Hex8DCBD5225010bc2e45
Octal21531332542502027456105
Binary100011011100101111010101100010101010000101111001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,203,213); }

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

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

 a { background-color: rgb(141,203,213); }

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

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

 span { border-color: rgb(141,203,213); }

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