#91E9FC

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

Shades of Columbia Blue #91E9FC

Tints of Columbia Blue #91E9FC

Color information

#91E9FC (or 0x91E9FC) is unknown color: approx Columbia Blue. HEX triplet: 91, E9 and FC. RGB value is (145,233,252). Sum of RGB (Red+Green+Blue) = 145+233+252=630 (83% of max value = 765). Red value is 145 (57.03% from 255 or 23.02% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #91E9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91E9FC is #6E1603. Grayscale: #D0D0D0. Windows color (decimal): -7214596 or 16574865. OLE color: 16574865.

HSL color Cylindrical-coordinate representation of color #91E9FC: hue angle of 190.65º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91E9FC is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB145233252-
CMYK0.420.0800.01
HSL190.65º94.69%77.84%-
HSV(B)190.65º42.46%98.82%-
XYZ58.3971.33102.79-
YUV208.85152.3582.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.02%
GREEN value IS 233 (91.41% from 255) = 36.98%
BLUE value IS 252 (98.83% from 255) = 40%
R=23.02%
G=36.98%
B=40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452332520.420.0800.01190.6594.6977.84
Hex91E9FC2A801bf5f4e
Octal221351374521001277137116
Binary1001000111101001111111001010101000011011111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,233,252); }

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

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

 a { background-color: rgb(145,233,252); }

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

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

 span { border-color: rgb(145,233,252); }

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