Html Css Color HEX #85F2EE Electric Blue

📋 copy color: '#85F2EE'

red 133 ◦ green 242 ◦ blue 238

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

Shades of Electric Blue #85F2EE

Tints of Electric Blue #85F2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.83%

R = 21.7%
G = 39.48%
B = 38.83%

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

#85F2EE (or 0x85F2EE) is known color: Electric Blue. HEX triplet: 85, F2 and EE. RGB value is (133,242,238). Sum of RGB (Red+Green+Blue) = 133+242+238=613 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.70% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #85F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F2EE is #7A0D11. Grayscale: #D0D0D0. Windows color (decimal): -7998738 or 15659653. OLE color: 15659653.

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

Color convert

RGB 133 242 238 -
CMYK 0.45 0 0.02 0.05
HSL 177.8º 0.81% 0.74% -
HSV(B) 177.8º 0.45% 0.95% -
XYZ 56.86 74.66 92.3 -
YUV 208.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 133 242 238 0.45 0 0.02 0.05 177.8 0.81 0.74
Hex 85 F2 EE 2D 0 2 5 B2 51 4A
Octal 205 362 356 55 0 2 5 262 121 112
Binary 10000101 11110010 11101110 101101 0 10 101 10110010 1010001 1001010

Color Harmonies of #85F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F2EE

Black with #85F2EE

Text Example


Text Example

White with #85F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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