Html Css Color HEX #85D4DC Spray

📋 copy color: '#85D4DC'

red 133 ◦ green 212 ◦ blue 220

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

Shades of Spray #85D4DC

Tints of Spray #85D4DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 23.54%
G = 37.52%
B = 38.94%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85D4DC (or 0x85D4DC) is known color: Spray. HEX triplet: 85, D4 and DC. RGB value is (133,212,220). Sum of RGB (Red+Green+Blue) = 133+212+220=565 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.54% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #85D4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D4DC is #7A2B23. Grayscale: #BDBDBD. Windows color (decimal): -8006436 or 14472325. OLE color: 14472325.

HSL color Cylindrical-coordinate representation of color #85D4DC: hue angle of 185.52º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85D4DC is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 212 220 -
CMYK 0.40 0.04 0 0.14
HSL 185.52º 0.55% 0.69% -
HSV(B) 185.52º 0.4% 0.86% -
XYZ 46.13 57.24 76.33 -
YUV 189.29 145.33 87.85 -
System Red Green Blue C M Y K H S L
Decimal 133 212 220 0.40 0.04 0 0.14 185.52 0.55 0.69
Hex 85 D4 DC 28 4 0 E BA 37 45
Octal 205 324 334 50 4 0 16 272 67 105
Binary 10000101 11010100 11011100 101000 100 0 1110 10111010 110111 1000101

Color Harmonies of #85D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D4DC

Black with #85D4DC

Text Example


Text Example

White with #85D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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