Html Css Color HEX #85CED5 Spray

📋 copy color: '#85CED5'

red 133 ◦ green 206 ◦ blue 213

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

Shades of Spray #85CED5

Tints of Spray #85CED5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.32%

 BLUE value IS 213 (83.59% from 255) = 38.59%

R = 24.09%
G = 37.32%
B = 38.59%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#85CED5 (or 0x85CED5) is known color: Spray. HEX triplet: 85, CE and D5. RGB value is (133,206,213). Sum of RGB (Red+Green+Blue) = 133+206+213=552 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.09% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #85CED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CED5 is #7A312A. Grayscale: #B8B8B8. Windows color (decimal): -8007979 or 14012037. OLE color: 14012037.

HSL color Cylindrical-coordinate representation of color #85CED5: hue angle of 185.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85CED5 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 206 213 -
CMYK 0.38 0.03 0 0.16
HSL 185.25º 0.49% 0.68% -
HSV(B) 185.25º 0.38% 0.84% -
XYZ 43.75 53.93 71.05 -
YUV 184.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 133 206 213 0.38 0.03 0 0.16 185.25 0.49 0.68
Hex 85 CE D5 26 3 0 10 B9 31 44
Octal 205 316 325 46 3 0 20 271 61 104
Binary 10000101 11001110 11010101 100110 11 0 10000 10111001 110001 1000100

Color Harmonies of #85CED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CED5

Black with #85CED5

Text Example


Text Example

White with #85CED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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