Html Css Color HEX #85F2EB Electric Blue

📋 copy color: '#85F2EB'

red 133 ◦ green 242 ◦ blue 235

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

Shades of Electric Blue #85F2EB

Tints of Electric Blue #85F2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.52%

R = 21.8%
G = 39.67%
B = 38.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#85F2EB (or 0x85F2EB) is known color: Electric Blue. HEX triplet: 85, F2 and EB. RGB value is (133,242,235). Sum of RGB (Red+Green+Blue) = 133+242+235=610 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.80% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #85F2EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F2EB is #7A0D14. Grayscale: #D0D0D0. Windows color (decimal): -7998741 or 15463045. OLE color: 15463045.

HSL color Cylindrical-coordinate representation of color #85F2EB: hue angle of 176.15º 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 #85F2EB is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 242 235 -
CMYK 0.45 0 0.03 0.05
HSL 176.15º 0.81% 0.74% -
HSV(B) 176.15º 0.45% 0.95% -
XYZ 56.42 74.49 90 -
YUV 208.61 142.89 74.07 -
System Red Green Blue C M Y K H S L
Decimal 133 242 235 0.45 0 0.03 0.05 176.15 0.81 0.74
Hex 85 F2 EB 2D 0 3 5 B0 51 4A
Octal 205 362 353 55 0 3 5 260 121 112
Binary 10000101 11110010 11101011 101101 0 11 101 10110000 1010001 1001010

Color Harmonies of #85F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F2EB

Black with #85F2EB

Text Example


Text Example

White with #85F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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