#85EFFE

Color #85EFFE Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #85EFFE

Tints of Electric Blue #85EFFE

Color information

#85EFFE (or 0x85EFFE) is unknown color: approx Electric Blue. HEX triplet: 85, EF and FE. RGB value is (133,239,254). Sum of RGB (Red+Green+Blue) = 133+239+254=626 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.25% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #85EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EFFE is #7A1001. Grayscale: #D0D0D0. Windows color (decimal): -7999490 or 16707461. OLE color: 16707461.

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

Color convert

RGB133239254-
CMYK0.480.0600.00
HSL187.44º98.37%75.88%-
HSV(B)187.44º47.64%99.61%-
XYZ58.4373.88104.95-
YUV209.02153.3873.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.25%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=21.25%
G=38.18%
B=40.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332392540.480.0600.00187.4498.3775.88
Hex85EFFE30600bb624c
Octal20535737660600273142114
Binary100001011110111111111110110000110001011101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85EFFE;
 }
 .AnyTagClassName
 {
   color: #85EFFE;
 }
</style>
background-color css

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

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

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

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

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

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