Html Css Color HEX #85DEDC Spray

📋 copy color: '#85DEDC'

red 133 ◦ green 222 ◦ blue 220

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

Shades of Spray #85DEDC

Tints of Spray #85DEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.61%

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

R = 23.13%
G = 38.61%
B = 38.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#85DEDC (or 0x85DEDC) is known color: Spray. HEX triplet: 85, DE and DC. RGB value is (133,222,220). Sum of RGB (Red+Green+Blue) = 133+222+220=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DEDC is #7A2123. Grayscale: #C3C3C3. Windows color (decimal): -8003876 or 14474885. OLE color: 14474885.

HSL color Cylindrical-coordinate representation of color #85DEDC: hue angle of 178.65º degrees, saturation: 0.57, 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 #85DEDC is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 222 220 -
CMYK 0.40 0 0.01 0.13
HSL 178.65º 0.57% 0.7% -
HSV(B) 178.65º 0.4% 0.87% -
XYZ 48.71 62.4 77.19 -
YUV 195.16 142.01 83.66 -
System Red Green Blue C M Y K H S L
Decimal 133 222 220 0.40 0 0.01 0.13 178.65 0.57 0.7
Hex 85 DE DC 28 0 1 D B3 39 46
Octal 205 336 334 50 0 1 15 263 71 106
Binary 10000101 11011110 11011100 101000 0 1 1101 10110011 111001 1000110

Color Harmonies of #85DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DEDC

Black with #85DEDC

Text Example


Text Example

White with #85DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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