Html Css Color HEX #85DCDA Spray

📋 copy color: '#85DCDA'

red 133 ◦ green 220 ◦ blue 218

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

Shades of Spray #85DCDA

Tints of Spray #85DCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.53%

 BLUE value IS 218 (85.55% from 255) = 38.18%

R = 23.29%
G = 38.53%
B = 38.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#85DCDA (or 0x85DCDA) is known color: Spray. HEX triplet: 85, DC and DA. RGB value is (133,220,218). Sum of RGB (Red+Green+Blue) = 133+220+218=571 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.29% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCDA is #7A2325. Grayscale: #C1C1C1. Windows color (decimal): -8004390 or 14343301. OLE color: 14343301.

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

Color convert

RGB 133 220 218 -
CMYK 0.40 0 0.01 0.14
HSL 178.62º 0.55% 0.69% -
HSV(B) 178.62º 0.4% 0.86% -
XYZ 47.92 61.23 75.62 -
YUV 193.76 141.68 84.66 -
System Red Green Blue C M Y K H S L
Decimal 133 220 218 0.40 0 0.01 0.14 178.62 0.55 0.69
Hex 85 DC DA 28 0 1 E B3 37 45
Octal 205 334 332 50 0 1 16 263 67 105
Binary 10000101 11011100 11011010 101000 0 1 1110 10110011 110111 1000101

Color Harmonies of #85DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCDA

Black with #85DCDA

Text Example


Text Example

White with #85DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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