Html Css Color HEX #85DCE6 Spray

📋 copy color: '#85DCE6'

red 133 ◦ green 220 ◦ blue 230

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

Shades of Spray #85DCE6

Tints of Spray #85DCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.45%

R = 22.81%
G = 37.74%
B = 39.45%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#85DCE6 (or 0x85DCE6) is known color: Spray. HEX triplet: 85, DC and E6. RGB value is (133,220,230). Sum of RGB (Red+Green+Blue) = 133+220+230=583 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.81% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 230 - color contains mainly: blue. Hex color #85DCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DCE6 is #7A2319. Grayscale: #C3C3C3. Windows color (decimal): -8004378 or 15129733. OLE color: 15129733.

HSL color Cylindrical-coordinate representation of color #85DCE6: hue angle of 186.19º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85DCE6 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 220 230 -
CMYK 0.42 0.04 0 0.10
HSL 186.19º 0.66% 0.71% -
HSV(B) 186.19º 0.42% 0.9% -
XYZ 49.55 61.89 84.2 -
YUV 195.13 147.68 83.69 -
System Red Green Blue C M Y K H S L
Decimal 133 220 230 0.42 0.04 0 0.10 186.19 0.66 0.71
Hex 85 DC E6 2A 4 0 A BA 42 47
Octal 205 334 346 52 4 0 12 272 102 107
Binary 10000101 11011100 11100110 101010 100 0 1010 10111010 1000010 1000111

Color Harmonies of #85DCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCE6

Black with #85DCE6

Text Example


Text Example

White with #85DCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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