Html Css Color HEX #85EDF0 Electric Blue

📋 copy color: '#85EDF0'

red 133 ◦ green 237 ◦ blue 240

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

Shades of Electric Blue #85EDF0

Tints of Electric Blue #85EDF0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.85%

 BLUE value IS 240 (94.14% from 255) = 39.34%

R = 21.8%
G = 38.85%
B = 39.34%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#85EDF0 (or 0x85EDF0) is known color: Electric Blue. HEX triplet: 85, ED and F0. RGB value is (133,237,240). Sum of RGB (Red+Green+Blue) = 133+237+240=610 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.80% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #85EDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EDF0 is #7A120F. Grayscale: #CECECE. Windows color (decimal): -8000016 or 15789445. OLE color: 15789445.

HSL color Cylindrical-coordinate representation of color #85EDF0: hue angle of 181.68º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85EDF0 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 237 240 -
CMYK 0.45 0.01 0 0.06
HSL 181.68º 0.78% 0.73% -
HSV(B) 181.68º 0.45% 0.94% -
XYZ 55.69 71.85 93.37 -
YUV 206.25 147.04 75.76 -
System Red Green Blue C M Y K H S L
Decimal 133 237 240 0.45 0.01 0 0.06 181.68 0.78 0.73
Hex 85 ED F0 2D 1 0 6 B6 4E 49
Octal 205 355 360 55 1 0 6 266 116 111
Binary 10000101 11101101 11110000 101101 1 0 110 10110110 1001110 1001001

Color Harmonies of #85EDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EDF0

Black with #85EDF0

Text Example


Text Example

White with #85EDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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