Html Css Color HEX #85F7ED Electric Blue

📋 copy color: '#85F7ED'

red 133 ◦ green 247 ◦ blue 237

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

Shades of Electric Blue #85F7ED

Tints of Electric Blue #85F7ED

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.03%

 BLUE value IS 237 (92.97% from 255) = 38.41%

R = 21.56%
G = 40.03%
B = 38.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#85F7ED (or 0x85F7ED) is known color: Electric Blue. HEX triplet: 85, F7 and ED. RGB value is (133,247,237). Sum of RGB (Red+Green+Blue) = 133+247+237=617 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.56% from 617); Green value is 247 (96.88% from 255 or 40.03% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F7ED is #7A0812. Grayscale: #D3D3D3. Windows color (decimal): -7997459 or 15595397. OLE color: 15595397.

HSL color Cylindrical-coordinate representation of color #85F7ED: hue angle of 174.74º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F7ED is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 247 237 -
CMYK 0.46 0 0.04 0.03
HSL 174.74º 0.88% 0.75% -
HSV(B) 174.74º 0.46% 0.97% -
XYZ 58.22 77.62 92.03 -
YUV 211.77 142.23 71.81 -
System Red Green Blue C M Y K H S L
Decimal 133 247 237 0.46 0 0.04 0.03 174.74 0.88 0.75
Hex 85 F7 ED 2E 0 4 3 AF 58 4B
Octal 205 367 355 56 0 4 3 257 130 113
Binary 10000101 11110111 11101101 101110 0 100 11 10101111 1011000 1001011

Color Harmonies of #85F7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F7ED

Black with #85F7ED

Text Example


Text Example

White with #85F7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,247,237); }

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

background-color css

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

 a { background-color: rgb(133,247,237); }

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

border-color css

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

 span { border-color: rgb(133,247,237); }

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