Html Css Color HEX #85CCCE Spray

📋 copy color: '#85CCCE'

red 133 ◦ green 204 ◦ blue 206

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

Shades of Spray #85CCCE

Tints of Spray #85CCCE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.57%

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

R = 24.49%
G = 37.57%
B = 37.94%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#85CCCE (or 0x85CCCE) is known color: Spray. HEX triplet: 85, CC and CE. RGB value is (133,204,206). Sum of RGB (Red+Green+Blue) = 133+204+206=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #85CCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCCE is #7A3331. Grayscale: #B6B6B6. Windows color (decimal): -8008498 or 13552773. OLE color: 13552773.

HSL color Cylindrical-coordinate representation of color #85CCCE: hue angle of 181.64º 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 #85CCCE is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 204 206 -
CMYK 0.35 0.01 0 0.19
HSL 181.64º 0.43% 0.66% -
HSV(B) 181.64º 0.35% 0.81% -
XYZ 42.41 52.63 66.32 -
YUV 183 140.98 92.34 -
System Red Green Blue C M Y K H S L
Decimal 133 204 206 0.35 0.01 0 0.19 181.64 0.43 0.66
Hex 85 CC CE 23 1 0 13 B6 2B 42
Octal 205 314 316 43 1 0 23 266 53 102
Binary 10000101 11001100 11001110 100011 1 0 10011 10110110 101011 1000010

Color Harmonies of #85CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CCCE

Black with #85CCCE

Text Example


Text Example

White with #85CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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