Html Css Color HEX #85F2F4 Electric Blue

📋 copy color: '#85F2F4'

red 133 ◦ green 242 ◦ blue 244

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

Shades of Electric Blue #85F2F4

Tints of Electric Blue #85F2F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 39.42%

R = 21.49%
G = 39.1%
B = 39.42%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#85F2F4 (or 0x85F2F4) is known color: Electric Blue. HEX triplet: 85, F2 and F4. RGB value is (133,242,244). Sum of RGB (Red+Green+Blue) = 133+242+244=619 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.49% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 244 (95.70% from 255 or 39.42% from 619); Max value from RGB is 244 - color contains mainly: blue. Hex color #85F2F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F2F4 is #7A0D0B. Grayscale: #D1D1D1. Windows color (decimal): -7998732 or 16052869. OLE color: 16052869.

HSL color Cylindrical-coordinate representation of color #85F2F4: hue angle of 181.08º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F2F4 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 242 244 -
CMYK 0.45 0.01 0 0.04
HSL 181.08º 0.83% 0.74% -
HSV(B) 181.08º 0.45% 0.96% -
XYZ 57.75 75.02 97.02 -
YUV 209.64 147.39 73.34 -
System Red Green Blue C M Y K H S L
Decimal 133 242 244 0.45 0.01 0 0.04 181.08 0.83 0.74
Hex 85 F2 F4 2D 1 0 4 B5 53 4A
Octal 205 362 364 55 1 0 4 265 123 112
Binary 10000101 11110010 11110100 101101 1 0 100 10110101 1010011 1001010

Color Harmonies of #85F2F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F2F4

Black with #85F2F4

Text Example


Text Example

White with #85F2F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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