#91E1FB

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

Shades of Columbia Blue #91E1FB

Tints of Columbia Blue #91E1FB

Color information

#91E1FB (or 0x91E1FB) is unknown color: approx Columbia Blue. HEX triplet: 91, E1 and FB. RGB value is (145,225,251). Sum of RGB (Red+Green+Blue) = 145+225+251=621 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.35% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #91E1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E1FB is #6E1E04. Grayscale: #CBCBCB. Windows color (decimal): -7216645 or 16507281. OLE color: 16507281.

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

Color convert

RGB145225251-
CMYK0.420.1000.02
HSL194.72º92.98%77.65%-
HSV(B)194.72º42.23%98.43%-
XYZ56.0166.84101.21-
YUV204.04154.585.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.35%
GREEN value IS 225 (88.28% from 255) = 36.23%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=23.35%
G=36.23%
B=40.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452252510.420.1000.02194.7292.9877.65
Hex91E1FB2AA02c35d4e
Octal221341373521202303135116
Binary10010001111000011111101110101010100101100001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,225,251); }

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

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

 a { background-color: rgb(145,225,251); }

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

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

 span { border-color: rgb(145,225,251); }

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