Html Css Color HEX #85DDE4 Spray

📋 copy color: '#85DDE4'

red 133 ◦ green 221 ◦ blue 228

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

Shades of Spray #85DDE4

Tints of Spray #85DDE4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.97%

 BLUE value IS 228 (89.45% from 255) = 39.18%

R = 22.85%
G = 37.97%
B = 39.18%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#85DDE4 (or 0x85DDE4) is known color: Spray. HEX triplet: 85, DD and E4. RGB value is (133,221,228). Sum of RGB (Red+Green+Blue) = 133+221+228=582 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.85% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 228 - color contains mainly: blue. Hex color #85DDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDE4 is #7A221B. Grayscale: #C3C3C3. Windows color (decimal): -8004124 or 14998917. OLE color: 14998917.

HSL color Cylindrical-coordinate representation of color #85DDE4: hue angle of 184.42º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85DDE4 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 221 228 -
CMYK 0.42 0.03 0 0.11
HSL 184.42º 0.64% 0.71% -
HSV(B) 184.42º 0.42% 0.89% -
XYZ 49.53 62.3 82.81 -
YUV 195.49 146.35 83.43 -
System Red Green Blue C M Y K H S L
Decimal 133 221 228 0.42 0.03 0 0.11 184.42 0.64 0.71
Hex 85 DD E4 2A 3 0 B B8 40 47
Octal 205 335 344 52 3 0 13 270 100 107
Binary 10000101 11011101 11100100 101010 11 0 1011 10111000 1000000 1000111

Color Harmonies of #85DDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDE4

Black with #85DDE4

Text Example


Text Example

White with #85DDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,221,228); }

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

background-color css

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

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

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

border-color css

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

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

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