Html Css Color HEX #85CEDB Spray

📋 copy color: '#85CEDB'

red 133 ◦ green 206 ◦ blue 219

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

Shades of Spray #85CEDB

Tints of Spray #85CEDB

RGB

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

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

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

R = 23.84%
G = 36.92%
B = 39.25%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85CEDB (or 0x85CEDB) is known color: Spray. HEX triplet: 85, CE and DB. RGB value is (133,206,219). Sum of RGB (Red+Green+Blue) = 133+206+219=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #85CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CEDB is #7A3124. Grayscale: #B9B9B9. Windows color (decimal): -8007973 or 14405253. OLE color: 14405253.

HSL color Cylindrical-coordinate representation of color #85CEDB: hue angle of 189.07º 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 #85CEDB is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 206 219 -
CMYK 0.39 0.06 0 0.14
HSL 189.07º 0.54% 0.69% -
HSV(B) 189.07º 0.39% 0.86% -
XYZ 44.53 54.24 75.14 -
YUV 185.66 146.82 90.44 -
System Red Green Blue C M Y K H S L
Decimal 133 206 219 0.39 0.06 0 0.14 189.07 0.54 0.69
Hex 85 CE DB 27 6 0 E BD 36 45
Octal 205 316 333 47 6 0 16 275 66 105
Binary 10000101 11001110 11011011 100111 110 0 1110 10111101 110110 1000101

Color Harmonies of #85CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CEDB

Black with #85CEDB

Text Example


Text Example

White with #85CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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