#85CDDF

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

Shades of Spray #85CDDF

Tints of Spray #85CDDF

Color information

#85CDDF (or 0x85CDDF) is unknown color: approx Spray. HEX triplet: 85, CD and DF. RGB value is (133,205,223). Sum of RGB (Red+Green+Blue) = 133+205+223=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #85CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDDF is #7A3220. Grayscale: #B9B9B9. Windows color (decimal): -8008225 or 14667141. OLE color: 14667141.

HSL color Cylindrical-coordinate representation of color #85CDDF: hue angle of 192º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85CDDF is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133205223-
CMYK0.400.0800.13
HSL192º58.44%69.8%-
HSV(B)192º40.36%87.45%-
XYZ44.8253.9877.87-
YUV185.52149.1590.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.71%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=23.71%
G=36.54%
B=39.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332052230.400.0800.1319258.4469.8
Hex85CDDF2880Dc03a46
Octal205315337501001530072106
Binary100001011100110111011111101000100001101110000001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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