Html Css Color HEX #85F6FE Electric Blue

📋 copy color: '#85F6FE'

red 133 ◦ green 246 ◦ blue 254

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

Shades of Electric Blue #85F6FE

Tints of Electric Blue #85F6FE

RGB

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

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

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

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

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 133 246 254 -
CMYK 0.48 0.03 0 0.00
HSL 183.97º 0.98% 0.76% -
HSV(B) 183.97º 0.48% 1% -
XYZ 60.52 78.05 105.64 -
YUV 213.13 151.06 70.85 -
System Red Green Blue C M Y K H S L
Decimal 133 246 254 0.48 0.03 0 0.00 183.97 0.98 0.76
Hex 85 F6 FE 30 3 0 0 B8 62 4C
Octal 205 366 376 60 3 0 0 270 142 114
Binary 10000101 11110110 11111110 110000 11 0 0 10111000 1100010 1001100

Color Harmonies of #85F6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F6FE

Black with #85F6FE

Text Example


Text Example

White with #85F6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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