Html Css Color HEX #85C6CE Spray

📋 copy color: '#85C6CE'

red 133 ◦ green 198 ◦ blue 206

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

Shades of Spray #85C6CE

Tints of Spray #85C6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.87%

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 24.77%
G = 36.87%
B = 38.36%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#85C6CE (or 0x85C6CE) is known color: Spray. HEX triplet: 85, C6 and CE. RGB value is (133,198,206). Sum of RGB (Red+Green+Blue) = 133+198+206=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #85C6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C6CE is #7A3931. Grayscale: #B3B3B3. Windows color (decimal): -8010034 or 13551237. OLE color: 13551237.

HSL color Cylindrical-coordinate representation of color #85C6CE: hue angle of 186.58º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85C6CE is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 198 206 -
CMYK 0.35 0.04 0 0.19
HSL 186.58º 0.43% 0.66% -
HSV(B) 186.58º 0.35% 0.81% -
XYZ 41.01 49.83 65.85 -
YUV 179.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 133 198 206 0.35 0.04 0 0.19 186.58 0.43 0.66
Hex 85 C6 CE 23 4 0 13 BB 2B 42
Octal 205 306 316 43 4 0 23 273 53 102
Binary 10000101 11000110 11001110 100011 100 0 10011 10111011 101011 1000010

Color Harmonies of #85C6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C6CE

Black with #85C6CE

Text Example


Text Example

White with #85C6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,198,206); }

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

background-color css

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

 a { background-color: rgb(133,198,206); }

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

border-color css

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

 span { border-color: rgb(133,198,206); }

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