Html Css Color HEX #85FCFE Electric Blue

📋 copy color: '#85FCFE'

red 133 ◦ green 252 ◦ blue 254

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

Shades of Electric Blue #85FCFE

Tints of Electric Blue #85FCFE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.44%

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

R = 20.81%
G = 39.44%
B = 39.75%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#85FCFE (or 0x85FCFE) is known color: Electric Blue. HEX triplet: 85, FC and FE. RGB value is (133,252,254). Sum of RGB (Red+Green+Blue) = 133+252+254=639 (84% of max value = 765). Red value is 133 (52.34% from 255 or 20.81% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #85FCFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FCFE is #7A0301. Grayscale: #D8D8D8. Windows color (decimal): -7996162 or 16710789. OLE color: 16710789.

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

Color convert

RGB 133 252 254 -
CMYK 0.48 0.01 0 0.00
HSL 180.99º 0.98% 0.76% -
HSV(B) 180.99º 0.48% 1% -
XYZ 62.37 81.76 106.26 -
YUV 216.65 149.08 68.34 -
System Red Green Blue C M Y K H S L
Decimal 133 252 254 0.48 0.01 0 0.00 180.99 0.98 0.76
Hex 85 FC FE 30 1 0 0 B5 62 4C
Octal 205 374 376 60 1 0 0 265 142 114
Binary 10000101 11111100 11111110 110000 1 0 0 10110101 1100010 1001100

Color Harmonies of #85FCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FCFE

Black with #85FCFE

Text Example


Text Example

White with #85FCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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