Html Css Color HEX #85ECE5 Electric Blue

📋 copy color: '#85ECE5'

red 133 ◦ green 236 ◦ blue 229

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

Shades of Electric Blue #85ECE5

Tints of Electric Blue #85ECE5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.46%

 BLUE value IS 229 (89.84% from 255) = 38.29%

R = 22.24%
G = 39.46%
B = 38.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#85ECE5 (or 0x85ECE5) is known color: Electric Blue. HEX triplet: 85, EC and E5. RGB value is (133,236,229). Sum of RGB (Red+Green+Blue) = 133+236+229=598 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.24% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECE5 is #7A131A. Grayscale: #CCCCCC. Windows color (decimal): -8000283 or 15068293. OLE color: 15068293.

HSL color Cylindrical-coordinate representation of color #85ECE5: hue angle of 175.92º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ECE5 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 236 229 -
CMYK 0.44 0 0.03 0.07
HSL 175.92º 0.73% 0.72% -
HSV(B) 175.92º 0.44% 0.93% -
XYZ 53.81 70.63 84.93 -
YUV 204.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 133 236 229 0.44 0 0.03 0.07 175.92 0.73 0.72
Hex 85 EC E5 2C 0 3 7 B0 49 48
Octal 205 354 345 54 0 3 7 260 111 110
Binary 10000101 11101100 11100101 101100 0 11 111 10110000 1001001 1001000

Color Harmonies of #85ECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ECE5

Black with #85ECE5

Text Example


Text Example

White with #85ECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,236,229); }

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

background-color css

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

 a { background-color: rgb(133,236,229); }

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

border-color css

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

 span { border-color: rgb(133,236,229); }

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