#91E7F9

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

Shades of Columbia Blue #91E7F9

Tints of Columbia Blue #91E7F9

Color information

#91E7F9 (or 0x91E7F9) is unknown color: approx Columbia Blue. HEX triplet: 91, E7 and F9. RGB value is (145,231,249). Sum of RGB (Red+Green+Blue) = 145+231+249=625 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.2% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #91E7F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91E7F9 is #6E1806. Grayscale: #CFCFCF. Windows color (decimal): -7215111 or 16377745. OLE color: 16377745.

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

Color convert

RGB145231249-
CMYK0.420.0700.02
HSL190.38º89.66%77.25%-
HSV(B)190.38º41.77%97.65%-
XYZ57.3570.01100.11-
YUV207.34151.5183.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.2%
GREEN value IS 231 (90.62% from 255) = 36.96%
BLUE value IS 249 (97.66% from 255) = 39.84%
R=23.2%
G=36.96%
B=39.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452312490.420.0700.02190.3889.6677.25
Hex91E7F92A702be5a4d
Octal22134737152702276132115
Binary1001000111100111111110011010101110101011111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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