Html Css Color HEX #85CBDB Spray

📋 copy color: '#85CBDB'

red 133 ◦ green 203 ◦ blue 219

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

Shades of Spray #85CBDB

Tints of Spray #85CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.58%

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

R = 23.96%
G = 36.58%
B = 39.46%

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

#85CBDB (or 0x85CBDB) is known color: Spray. HEX triplet: 85, CB and DB. RGB value is (133,203,219). Sum of RGB (Red+Green+Blue) = 133+203+219=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #85CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBDB is #7A3424. Grayscale: #B7B7B7. Windows color (decimal): -8008741 or 14404485. OLE color: 14404485.

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

Color convert

RGB 133 203 219 -
CMYK 0.39 0.07 0 0.14
HSL 191.16º 0.54% 0.69% -
HSV(B) 191.16º 0.39% 0.86% -
XYZ 43.81 52.81 74.9 -
YUV 183.89 147.81 91.7 -
System Red Green Blue C M Y K H S L
Decimal 133 203 219 0.39 0.07 0 0.14 191.16 0.54 0.69
Hex 85 CB DB 27 7 0 E BF 36 45
Octal 205 313 333 47 7 0 16 277 66 105
Binary 10000101 11001011 11011011 100111 111 0 1110 10111111 110110 1000101

Color Harmonies of #85CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CBDB

Black with #85CBDB

Text Example


Text Example

White with #85CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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