#85FEFF

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

Shades of Electric Blue #85FEFF

Tints of Electric Blue #85FEFF

Color information

#85FEFF (or 0x85FEFF) is unknown color: approx Electric Blue. HEX triplet: 85, FE and FF. RGB value is (133,254,255). Sum of RGB (Red+Green+Blue) = 133+254+255=642 (85% of max value = 765). Red value is 133 (52.34% from 255 or 20.72% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #85FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FEFF is #7A0100. Grayscale: #D9D9D9. Windows color (decimal): -7995649 or 16776837. OLE color: 16776837.

HSL color Cylindrical-coordinate representation of color #85FEFF: hue angle of 180.49º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FEFF is Cyan = 0.48, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133254255-
CMYK0.480.0000
HSL180.49º100%76.08%-
HSV(B)180.49º47.84%100%-
XYZ63.1683.09107.32-
YUV217.93148.9167.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 20.72%
GREEN value IS 254 (99.61% from 255) = 39.56%
BLUE value IS 255 (100% from 255) = 39.72%
R=20.72%
G=39.56%
B=39.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332542550.480.0000180.4910076.08
Hex85FEFF30000b4644c
Octal20537637760000264144114
Binary1000010111111110111111111100000001011010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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