#91E2F9

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

Shades of Columbia Blue #91E2F9

Tints of Columbia Blue #91E2F9

Color information

#91E2F9 (or 0x91E2F9) is unknown color: approx Columbia Blue. HEX triplet: 91, E2 and F9. RGB value is (145,226,249). Sum of RGB (Red+Green+Blue) = 145+226+249=620 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.39% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #91E2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E2F9 is #6E1D06. Grayscale: #CCCCCC. Windows color (decimal): -7216391 or 16376465. OLE color: 16376465.

HSL color Cylindrical-coordinate representation of color #91E2F9: hue angle of 193.27º 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 #91E2F9 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145226249-
CMYK0.420.0900.02
HSL193.27º89.66%77.25%-
HSV(B)193.27º41.77%97.65%-
XYZ55.9767.2599.65-
YUV204.4153.1685.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.39%
GREEN value IS 226 (88.67% from 255) = 36.45%
BLUE value IS 249 (97.66% from 255) = 40.16%
R=23.39%
G=36.45%
B=40.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452262490.420.0900.02193.2789.6677.25
Hex91E2F92A902c15a4d
Octal221342371521102301132115
Binary10010001111000101111100110101010010101100000110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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