Html Css Color HEX #85D0DC Spray

📋 copy color: '#85D0DC'

red 133 ◦ green 208 ◦ blue 220

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

Shades of Spray #85D0DC

Tints of Spray #85D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.08%

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

R = 23.71%
G = 37.08%
B = 39.22%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85D0DC (or 0x85D0DC) is known color: Spray. HEX triplet: 85, D0 and DC. RGB value is (133,208,220). Sum of RGB (Red+Green+Blue) = 133+208+220=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #85D0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D0DC is #7A2F23. Grayscale: #BABABA. Windows color (decimal): -8007460 or 14471301. OLE color: 14471301.

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

Color convert

RGB 133 208 220 -
CMYK 0.40 0.05 0 0.14
HSL 188.28º 0.55% 0.69% -
HSV(B) 188.28º 0.4% 0.86% -
XYZ 45.15 55.27 76 -
YUV 186.94 146.65 89.52 -
System Red Green Blue C M Y K H S L
Decimal 133 208 220 0.40 0.05 0 0.14 188.28 0.55 0.69
Hex 85 D0 DC 28 5 0 E BC 37 45
Octal 205 320 334 50 5 0 16 274 67 105
Binary 10000101 11010000 11011100 101000 101 0 1110 10111100 110111 1000101

Color Harmonies of #85D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D0DC

Black with #85D0DC

Text Example


Text Example

White with #85D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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