Html Css Color HEX #85DFDE Spray

📋 copy color: '#85DFDE'

red 133 ◦ green 223 ◦ blue 222

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

Shades of Spray #85DFDE

Tints of Spray #85DFDE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.58%

 BLUE value IS 222 (87.11% from 255) = 38.41%

R = 23.01%
G = 38.58%
B = 38.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#85DFDE (or 0x85DFDE) is known color: Spray. HEX triplet: 85, DF and DE. RGB value is (133,223,222). Sum of RGB (Red+Green+Blue) = 133+223+222=578 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.01% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFDE is #7A2021. Grayscale: #C3C3C3. Windows color (decimal): -8003618 or 14606213. OLE color: 14606213.

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

Color convert

RGB 133 223 222 -
CMYK 0.40 0 0.00 0.13
HSL 179.33º 0.58% 0.7% -
HSV(B) 179.33º 0.4% 0.87% -
XYZ 49.25 63.04 78.68 -
YUV 195.98 142.68 83.08 -
System Red Green Blue C M Y K H S L
Decimal 133 223 222 0.40 0 0.00 0.13 179.33 0.58 0.7
Hex 85 DF DE 28 0 0 D B3 3A 46
Octal 205 337 336 50 0 0 15 263 72 106
Binary 10000101 11011111 11011110 101000 0 0 1101 10110011 111010 1000110

Color Harmonies of #85DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DFDE

Black with #85DFDE

Text Example


Text Example

White with #85DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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