Html Css Color HEX #85D9DB Spray

📋 copy color: '#85D9DB'

red 133 ◦ green 217 ◦ blue 219

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

Shades of Spray #85D9DB

Tints of Spray #85D9DB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.14%

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 23.37%
G = 38.14%
B = 38.49%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85D9DB (or 0x85D9DB) is known color: Spray. HEX triplet: 85, D9 and DB. RGB value is (133,217,219). Sum of RGB (Red+Green+Blue) = 133+217+219=569 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.37% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #85D9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D9DB is #7A2624. Grayscale: #C0C0C0. Windows color (decimal): -8005157 or 14408069. OLE color: 14408069.

HSL color Cylindrical-coordinate representation of color #85D9DB: hue angle of 181.4º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D9DB is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 217 219 -
CMYK 0.39 0.01 0 0.14
HSL 181.4º 0.54% 0.69% -
HSV(B) 181.4º 0.39% 0.86% -
XYZ 47.27 59.73 76.05 -
YUV 192.11 143.17 85.84 -
System Red Green Blue C M Y K H S L
Decimal 133 217 219 0.39 0.01 0 0.14 181.4 0.54 0.69
Hex 85 D9 DB 27 1 0 E B5 36 45
Octal 205 331 333 47 1 0 16 265 66 105
Binary 10000101 11011001 11011011 100111 1 0 1110 10110101 110110 1000101

Color Harmonies of #85D9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D9DB

Black with #85D9DB

Text Example


Text Example

White with #85D9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,217,219); }

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

background-color css

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

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

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

border-color css

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

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

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