#85CDD7

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

Shades of Spray #85CDD7

Tints of Spray #85CDD7

Color information

#85CDD7 (or 0x85CDD7) is unknown color: approx Spray. HEX triplet: 85, CD and D7. RGB value is (133,205,215). Sum of RGB (Red+Green+Blue) = 133+205+215=553 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.05% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #85CDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDD7 is #7A3228. Grayscale: #B8B8B8. Windows color (decimal): -8008233 or 14142853. OLE color: 14142853.

HSL color Cylindrical-coordinate representation of color #85CDD7: hue angle of 187.32º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85CDD7 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB133205215-
CMYK0.380.0500.16
HSL187.32º50.62%68.24%-
HSV(B)187.32º38.14%84.31%-
XYZ43.7753.5672.32-
YUV184.61145.1591.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.05%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 215 (84.38% from 255) = 38.88%
R=24.05%
G=37.07%
B=38.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332052150.380.0500.16187.3250.6268.24
Hex85CDD7265010bb3344
Octal20531532746502027363104
Binary100001011100110111010111100110101010000101110111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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