Html Css Color HEX #85DBDC Spray

📋 copy color: '#85DBDC'

red 133 ◦ green 219 ◦ blue 220

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

Shades of Spray #85DBDC

Tints of Spray #85DBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 23.25%
G = 38.29%
B = 38.46%

CMYK

 C value IS 0.40

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85DBDC (or 0x85DBDC) is known color: Spray. HEX triplet: 85, DB and DC. RGB value is (133,219,220). Sum of RGB (Red+Green+Blue) = 133+219+220=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #85DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBDC is #7A2423. Grayscale: #C1C1C1. Windows color (decimal): -8004644 or 14474117. OLE color: 14474117.

HSL color Cylindrical-coordinate representation of color #85DBDC: hue angle of 180.69º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DBDC is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 220 -
CMYK 0.40 0.00 0 0.14
HSL 180.69º 0.55% 0.69% -
HSV(B) 180.69º 0.4% 0.86% -
XYZ 47.92 60.82 76.92 -
YUV 193.4 143.01 84.92 -
System Red Green Blue C M Y K H S L
Decimal 133 219 220 0.40 0.00 0 0.14 180.69 0.55 0.69
Hex 85 DB DC 28 0 0 E B5 37 45
Octal 205 333 334 50 0 0 16 265 67 105
Binary 10000101 11011011 11011100 101000 0 0 1110 10110101 110111 1000101

Color Harmonies of #85DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBDC

Black with #85DBDC

Text Example


Text Example

White with #85DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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