#91F9FF

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

Shades of Electric Blue #91F9FF

Tints of Electric Blue #91F9FF

Color information

#91F9FF (or 0x91F9FF) is unknown color: approx Electric Blue. HEX triplet: 91, F9 and FF. RGB value is (145,249,255). Sum of RGB (Red+Green+Blue) = 145+249+255=649 (85% of max value = 765). Red value is 145 (57.03% from 255 or 22.34% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #91F9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F9FF is #6E0600. Grayscale: #DADADA. Windows color (decimal): -7210497 or 16775569. OLE color: 16775569.

HSL color Cylindrical-coordinate representation of color #91F9FF: hue angle of 183.27º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91F9FF is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB145249255-
CMYK0.430.0200
HSL183.27º100%78.43%-
HSV(B)183.27º43.14%100%-
XYZ63.680.99106.89-
YUV218.59148.5475.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 22.34%
GREEN value IS 249 (97.66% from 255) = 38.37%
BLUE value IS 255 (100% from 255) = 39.29%
R=22.34%
G=38.37%
B=39.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1452492550.430.0200183.2710078.43
Hex91F9FF2B200b7644e
Octal22137137753200267144116
Binary10010001111110011111111110101110001011011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91F9FF; }

 p { color: rgb(145,249,255); }

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

<style>
 a { background-color: #91F9FF; }

 a { background-color: rgb(145,249,255); }

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

<style>
 span { border-color: #91F9FF; }

 span { border-color: rgb(145,249,255); }

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