Html Css Color HEX #85F4F5 Electric Blue

📋 copy color: '#85F4F5'

red 133 ◦ green 244 ◦ blue 245

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

Shades of Electric Blue #85F4F5

Tints of Electric Blue #85F4F5

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.23%

 BLUE value IS 245 (96.09% from 255) = 39.39%

R = 21.38%
G = 39.23%
B = 39.39%

CMYK

 C value IS 0.46

 M value IS 0.00

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#85F4F5 (or 0x85F4F5) is known color: Electric Blue. HEX triplet: 85, F4 and F5. RGB value is (133,244,245). Sum of RGB (Red+Green+Blue) = 133+244+245=622 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.38% from 622); Green value is 244 (95.70% from 255 or 39.23% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 245 - color contains mainly: blue. Hex color #85F4F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F4F5 is #7A0B0A. Grayscale: #D2D2D2. Windows color (decimal): -7998219 or 16118917. OLE color: 16118917.

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

Color convert

RGB 133 244 245 -
CMYK 0.46 0.00 0 0.04
HSL 180.54º 0.85% 0.74% -
HSV(B) 180.54º 0.46% 0.96% -
XYZ 58.5 76.28 98.03 -
YUV 210.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 133 244 245 0.46 0.00 0 0.04 180.54 0.85 0.74
Hex 85 F4 F5 2E 0 0 4 B5 55 4A
Octal 205 364 365 56 0 0 4 265 125 112
Binary 10000101 11110100 11110101 101110 0 0 100 10110101 1010101 1001010

Color Harmonies of #85F4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F4F5

Black with #85F4F5

Text Example


Text Example

White with #85F4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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