Html Css Color HEX #85FEF8 Electric Blue

📋 copy color: '#85FEF8'

red 133 ◦ green 254 ◦ blue 248

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

Shades of Electric Blue #85FEF8

Tints of Electric Blue #85FEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.06%

R = 20.94%
G = 40%
B = 39.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#85FEF8 (or 0x85FEF8) is known color: Electric Blue. HEX triplet: 85, FE and F8. RGB value is (133,254,248). Sum of RGB (Red+Green+Blue) = 133+254+248=635 (84% of max value = 765). Red value is 133 (52.34% from 255 or 20.94% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 248 (97.27% from 255 or 39.06% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FEF8 is #7A0107. Grayscale: #D9D9D9. Windows color (decimal): -7995656 or 16318085. OLE color: 16318085.

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

Color convert

RGB 133 254 248 -
CMYK 0.48 0 0.02 0.00
HSL 177.02º 0.98% 0.76% -
HSV(B) 177.02º 0.48% 1% -
XYZ 62.06 82.65 101.49 -
YUV 217.14 145.41 67.99 -
System Red Green Blue C M Y K H S L
Decimal 133 254 248 0.48 0 0.02 0.00 177.02 0.98 0.76
Hex 85 FE F8 30 0 2 0 B1 62 4C
Octal 205 376 370 60 0 2 0 261 142 114
Binary 10000101 11111110 11111000 110000 0 10 0 10110001 1100010 1001100

Color Harmonies of #85FEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FEF8

Black with #85FEF8

Text Example


Text Example

White with #85FEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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