#85CDCD

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

Shades of Spray #85CDCD

Tints of Spray #85CDCD

Color information

#85CDCD (or 0x85CDCD) is unknown color: approx Spray. HEX triplet: 85, CD and CD. RGB value is (133,205,205). Sum of RGB (Red+Green+Blue) = 133+205+205=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #85CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDCD is #7A3232. Grayscale: #B7B7B7. Windows color (decimal): -8008243 or 13487493. OLE color: 13487493.

HSL color Cylindrical-coordinate representation of color #85CDCD: hue angle of 180º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CDCD is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133205205-
CMYK0.35000.20
HSL180º41.86%66.27%-
HSV(B)180º35.12%80.39%-
XYZ42.5253.0665.76-
YUV183.47140.1592-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.49%
GREEN value IS 205 (80.47% from 255) = 37.75%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=24.49%
G=37.75%
B=37.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332052050.35000.2018041.8666.27
Hex85CDCD230014b42a42
Octal20531531543002426452102
Binary1000010111001101110011011000110010100101101001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85CDCD; }

 p { color: rgb(133,205,205); }

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

<style>
 a { background-color: #85CDCD; }

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

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

<style>
 span { border-color: #85CDCD; }

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

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