Html Css Color HEX #85C9DC Spray

📋 copy color: '#85C9DC'

red 133 ◦ green 201 ◦ blue 220

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

Shades of Spray #85C9DC

Tints of Spray #85C9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.28%

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

R = 24.01%
G = 36.28%
B = 39.71%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85C9DC (or 0x85C9DC) is known color: Spray. HEX triplet: 85, C9 and DC. RGB value is (133,201,220). Sum of RGB (Red+Green+Blue) = 133+201+220=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #85C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C9DC is #7A3623. Grayscale: #B6B6B6. Windows color (decimal): -8009252 or 14469509. OLE color: 14469509.

HSL color Cylindrical-coordinate representation of color #85C9DC: hue angle of 193.1º 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 #85C9DC is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 201 220 -
CMYK 0.40 0.09 0 0.14
HSL 193.1º 0.55% 0.69% -
HSV(B) 193.1º 0.4% 0.86% -
XYZ 43.48 51.93 75.44 -
YUV 182.83 148.97 92.46 -
System Red Green Blue C M Y K H S L
Decimal 133 201 220 0.40 0.09 0 0.14 193.1 0.55 0.69
Hex 85 C9 DC 28 9 0 E C1 37 45
Octal 205 311 334 50 11 0 16 301 67 105
Binary 10000101 11001001 11011100 101000 1001 0 1110 11000001 110111 1000101

Color Harmonies of #85C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C9DC

Black with #85C9DC

Text Example


Text Example

White with #85C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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