Html Css Color HEX #85DBDB Spray

📋 copy color: '#85DBDB'

red 133 ◦ green 219 ◦ blue 219

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

Shades of Spray #85DBDB

Tints of Spray #85DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.35%

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

R = 23.29%
G = 38.35%
B = 38.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85DBDB (or 0x85DBDB) is known color: Spray. HEX triplet: 85, DB and DB. RGB value is (133,219,219). Sum of RGB (Red+Green+Blue) = 133+219+219=571 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.29% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #85DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBDB is #7A2424. Grayscale: #C1C1C1. Windows color (decimal): -8004645 or 14408581. OLE color: 14408581.

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

Color convert

RGB 133 219 219 -
CMYK 0.39 0 0 0.14
HSL 180º 0.54% 0.69% -
HSV(B) 180º 0.39% 0.86% -
XYZ 47.79 60.76 76.23 -
YUV 193.29 142.51 85 -
System Red Green Blue C M Y K H S L
Decimal 133 219 219 0.39 0 0 0.14 180 0.54 0.69
Hex 85 DB DB 27 0 0 E B4 36 45
Octal 205 333 333 47 0 0 16 264 66 105
Binary 10000101 11011011 11011011 100111 0 0 1110 10110100 110110 1000101

Color Harmonies of #85DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBDB

Black with #85DBDB

Text Example


Text Example

White with #85DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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