#85CDDD

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

Shades of Spray #85CDDD

Tints of Spray #85CDDD

Color information

#85CDDD (or 0x85CDDD) is unknown color: approx Spray. HEX triplet: 85, CD and DD. RGB value is (133,205,221). Sum of RGB (Red+Green+Blue) = 133+205+221=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #85CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDDD is #7A3222. Grayscale: #B9B9B9. Windows color (decimal): -8008227 or 14536069. OLE color: 14536069.

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

Color convert

RGB133205221-
CMYK0.400.0700.13
HSL190.91º56.41%69.41%-
HSV(B)190.91º39.82%86.67%-
XYZ44.5653.8776.46-
YUV185.3148.1590.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.79%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=23.79%
G=36.67%
B=39.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332052210.400.0700.13190.9156.4169.41
Hex85CDDD2870Dbf3845
Octal20531533550701527770105
Binary10000101110011011101110110100011101101101111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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