Html Css Color HEX #85CCDB Spray

📋 copy color: '#85CCDB'

red 133 ◦ green 204 ◦ blue 219

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

Shades of Spray #85CCDB

Tints of Spray #85CCDB

RGB

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

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

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

R = 23.92%
G = 36.69%
B = 39.39%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85CCDB (or 0x85CCDB) is known color: Spray. HEX triplet: 85, CC and DB. RGB value is (133,204,219). Sum of RGB (Red+Green+Blue) = 133+204+219=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #85CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCDB is #7A3324. Grayscale: #B8B8B8. Windows color (decimal): -8008485 or 14404741. OLE color: 14404741.

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

Color convert

RGB 133 204 219 -
CMYK 0.39 0.07 0 0.14
HSL 190.47º 0.54% 0.69% -
HSV(B) 190.47º 0.39% 0.86% -
XYZ 44.05 53.29 74.98 -
YUV 184.48 147.48 91.28 -
System Red Green Blue C M Y K H S L
Decimal 133 204 219 0.39 0.07 0 0.14 190.47 0.54 0.69
Hex 85 CC DB 27 7 0 E BE 36 45
Octal 205 314 333 47 7 0 16 276 66 105
Binary 10000101 11001100 11011011 100111 111 0 1110 10111110 110110 1000101

Color Harmonies of #85CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CCDB

Black with #85CCDB

Text Example


Text Example

White with #85CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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