Html Css Color HEX #85F2EC Electric Blue

📋 copy color: '#85F2EC'

red 133 ◦ green 242 ◦ blue 236

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

Shades of Electric Blue #85F2EC

Tints of Electric Blue #85F2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.61%

 BLUE value IS 236 (92.58% from 255) = 38.63%

R = 21.77%
G = 39.61%
B = 38.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#85F2EC (or 0x85F2EC) is known color: Electric Blue. HEX triplet: 85, F2 and EC. RGB value is (133,242,236). Sum of RGB (Red+Green+Blue) = 133+242+236=611 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.77% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #85F2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F2EC is #7A0D13. Grayscale: #D0D0D0. Windows color (decimal): -7998740 or 15528581. OLE color: 15528581.

HSL color Cylindrical-coordinate representation of color #85F2EC: hue angle of 176.7º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F2EC is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 242 236 -
CMYK 0.45 0 0.02 0.05
HSL 176.7º 0.81% 0.74% -
HSV(B) 176.7º 0.45% 0.95% -
XYZ 56.57 74.55 90.76 -
YUV 208.73 143.39 73.99 -
System Red Green Blue C M Y K H S L
Decimal 133 242 236 0.45 0 0.02 0.05 176.7 0.81 0.74
Hex 85 F2 EC 2D 0 2 5 B1 51 4A
Octal 205 362 354 55 0 2 5 261 121 112
Binary 10000101 11110010 11101100 101101 0 10 101 10110001 1010001 1001010

Color Harmonies of #85F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F2EC

Black with #85F2EC

Text Example


Text Example

White with #85F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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