Html Css Color HEX #85C2DB Spray

📋 copy color: '#85C2DB'

red 133 ◦ green 194 ◦ blue 219

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

Shades of Spray #85C2DB

Tints of Spray #85C2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.53%

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 24.36%
G = 35.53%
B = 40.11%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85C2DB (or 0x85C2DB) is known color: Spray. HEX triplet: 85, C2 and DB. RGB value is (133,194,219). Sum of RGB (Red+Green+Blue) = 133+194+219=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #85C2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C2DB is #7A3D24. Grayscale: #B2B2B2. Windows color (decimal): -8011045 or 14402181. OLE color: 14402181.

HSL color Cylindrical-coordinate representation of color #85C2DB: hue angle of 197.44º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85C2DB is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 194 219 -
CMYK 0.39 0.11 0 0.14
HSL 197.44º 0.54% 0.69% -
HSV(B) 197.44º 0.39% 0.86% -
XYZ 41.75 48.68 74.21 -
YUV 178.61 150.79 95.47 -
System Red Green Blue C M Y K H S L
Decimal 133 194 219 0.39 0.11 0 0.14 197.44 0.54 0.69
Hex 85 C2 DB 27 B 0 E C5 36 45
Octal 205 302 333 47 13 0 16 305 66 105
Binary 10000101 11000010 11011011 100111 1011 0 1110 11000101 110110 1000101

Color Harmonies of #85C2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C2DB

Black with #85C2DB

Text Example


Text Example

White with #85C2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,194,219); }

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

background-color css

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

 a { background-color: rgb(133,194,219); }

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

border-color css

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

 span { border-color: rgb(133,194,219); }

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