Html Css Color HEX #85C9CD Spray

📋 copy color: '#85C9CD'

red 133 ◦ green 201 ◦ blue 205

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

Shades of Spray #85C9CD

Tints of Spray #85C9CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 24.68%
G = 37.29%
B = 38.03%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#85C9CD (or 0x85C9CD) is known color: Spray. HEX triplet: 85, C9 and CD. RGB value is (133,201,205). Sum of RGB (Red+Green+Blue) = 133+201+205=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #85C9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C9CD is #7A3632. Grayscale: #B5B5B5. Windows color (decimal): -8009267 or 13486469. OLE color: 13486469.

HSL color Cylindrical-coordinate representation of color #85C9CD: hue angle of 183.33º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85C9CD is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 201 205 -
CMYK 0.35 0.02 0 0.20
HSL 183.33º 0.42% 0.66% -
HSV(B) 183.33º 0.35% 0.8% -
XYZ 41.58 51.17 65.44 -
YUV 181.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 133 201 205 0.35 0.02 0 0.20 183.33 0.42 0.66
Hex 85 C9 CD 23 2 0 14 B7 2A 42
Octal 205 311 315 43 2 0 24 267 52 102
Binary 10000101 11001001 11001101 100011 10 0 10100 10110111 101010 1000010

Color Harmonies of #85C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C9CD

Black with #85C9CD

Text Example


Text Example

White with #85C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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