#85F2FE

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

Shades of Electric Blue #85F2FE

Tints of Electric Blue #85F2FE

Color information

#85F2FE (or 0x85F2FE) is unknown color: approx Electric Blue. HEX triplet: 85, F2 and FE. RGB value is (133,242,254). Sum of RGB (Red+Green+Blue) = 133+242+254=629 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.14% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #85F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F2FE is #7A0D01. Grayscale: #D2D2D2. Windows color (decimal): -7998722 or 16708229. OLE color: 16708229.

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

Color convert

RGB133242254-
CMYK0.480.0500.00
HSL185.95º98.37%75.88%-
HSV(B)185.95º47.64%99.61%-
XYZ59.3175.65105.24-
YUV210.78152.3972.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.14%
GREEN value IS 242 (94.92% from 255) = 38.47%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=21.14%
G=38.47%
B=40.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332422540.480.0500.00185.9598.3775.88
Hex85F2FE30500ba624c
Octal20536237660500272142114
Binary100001011111001011111110110000101001011101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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