Html Css Color HEX #85FEF6 Electric Blue

📋 copy color: '#85FEF6'

red 133 ◦ green 254 ◦ blue 246

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

Shades of Electric Blue #85FEF6

Tints of Electric Blue #85FEF6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.13%

 BLUE value IS 246 (96.48% from 255) = 38.86%

R = 21.01%
G = 40.13%
B = 38.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#85FEF6 (or 0x85FEF6) is known color: Electric Blue. HEX triplet: 85, FE and F6. RGB value is (133,254,246). Sum of RGB (Red+Green+Blue) = 133+254+246=633 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.01% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FEF6 is #7A0109. Grayscale: #D8D8D8. Windows color (decimal): -7995658 or 16187013. OLE color: 16187013.

HSL color Cylindrical-coordinate representation of color #85FEF6: hue angle of 176.03º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FEF6 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 254 246 -
CMYK 0.48 0 0.03 0.00
HSL 176.03º 0.98% 0.76% -
HSV(B) 176.03º 0.48% 1% -
XYZ 61.75 82.52 99.86 -
YUV 216.91 144.41 68.15 -
System Red Green Blue C M Y K H S L
Decimal 133 254 246 0.48 0 0.03 0.00 176.03 0.98 0.76
Hex 85 FE F6 30 0 3 0 B0 62 4C
Octal 205 376 366 60 0 3 0 260 142 114
Binary 10000101 11111110 11110110 110000 0 11 0 10110000 1100010 1001100

Color Harmonies of #85FEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FEF6

Black with #85FEF6

Text Example


Text Example

White with #85FEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,254,246); }

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

background-color css

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

 a { background-color: rgb(133,254,246); }

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

border-color css

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

 span { border-color: rgb(133,254,246); }

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