Html Css Color HEX #85FAFE Electric Blue

📋 copy color: '#85FAFE'

red 133 ◦ green 250 ◦ blue 254

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

Shades of Electric Blue #85FAFE

Tints of Electric Blue #85FAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.25%

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

R = 20.88%
G = 39.25%
B = 39.87%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#85FAFE (or 0x85FAFE) is known color: Electric Blue. HEX triplet: 85, FA and FE. RGB value is (133,250,254). Sum of RGB (Red+Green+Blue) = 133+250+254=637 (84% of max value = 765). Red value is 133 (52.34% from 255 or 20.88% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #85FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FAFE is #7A0501. Grayscale: #D7D7D7. Windows color (decimal): -7996674 or 16710277. OLE color: 16710277.

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

Color convert

RGB 133 250 254 -
CMYK 0.48 0.02 0 0.00
HSL 181.98º 0.98% 0.76% -
HSV(B) 181.98º 0.48% 1% -
XYZ 61.75 80.51 106.05 -
YUV 215.47 149.74 69.17 -
System Red Green Blue C M Y K H S L
Decimal 133 250 254 0.48 0.02 0 0.00 181.98 0.98 0.76
Hex 85 FA FE 30 2 0 0 B6 62 4C
Octal 205 372 376 60 2 0 0 266 142 114
Binary 10000101 11111010 11111110 110000 10 0 0 10110110 1100010 1001100

Color Harmonies of #85FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FAFE

Black with #85FAFE

Text Example


Text Example

White with #85FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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