Html Css Color HEX #85D4D7 Spray

📋 copy color: '#85D4D7'

red 133 ◦ green 212 ◦ blue 215

#85D4D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #85D4D7

Tints of Spray #85D4D7

RGB

 RED value IS 133 (52.34% from 255) = 23.75%

 GREEN value IS 212 (83.2% from 255) = 37.86%

 BLUE value IS 215 (84.38% from 255) = 38.39%

R = 23.75%
G = 37.86%
B = 38.39%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#85D4D7 (or 0x85D4D7) is known color: Spray. HEX triplet: 85, D4 and D7. RGB value is (133,212,215). Sum of RGB (Red+Green+Blue) = 133+212+215=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #85D4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D4D7 is #7A2B28. Grayscale: #BCBCBC. Windows color (decimal): -8006441 or 14144645. OLE color: 14144645.

HSL color Cylindrical-coordinate representation of color #85D4D7: hue angle of 182.2º 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 #85D4D7 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 212 215 -
CMYK 0.38 0.01 0 0.16
HSL 182.2º 0.51% 0.68% -
HSV(B) 182.2º 0.38% 0.84% -
XYZ 45.48 56.98 72.89 -
YUV 188.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 133 212 215 0.38 0.01 0 0.16 182.2 0.51 0.68
Hex 85 D4 D7 26 1 0 10 B6 33 44
Octal 205 324 327 46 1 0 20 266 63 104
Binary 10000101 11010100 11010111 100110 1 0 10000 10110110 110011 1000100

Color Harmonies of #85D4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D4D7

Black with #85D4D7

Text Example


Text Example

White with #85D4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85D4D7;
 }
 .AnyTagClassName
 {
   color: #85D4D7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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