#91E7FF

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

Shades of Columbia Blue #91E7FF

Tints of Columbia Blue #91E7FF

Color information

#91E7FF (or 0x91E7FF) is unknown color: approx Columbia Blue. HEX triplet: 91, E7 and FF. RGB value is (145,231,255). Sum of RGB (Red+Green+Blue) = 145+231+255=631 (83% of max value = 765). Red value is 145 (57.03% from 255 or 22.98% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #91E7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91E7FF is #6E1800. Grayscale: #CFCFCF. Windows color (decimal): -7215105 or 16770961. OLE color: 16770961.

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

Color convert

RGB145231255-
CMYK0.430.0900
HSL193.09º100%78.43%-
HSV(B)193.09º43.14%100%-
XYZ58.370.39105.12-
YUV208.02154.5183.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 22.98%
GREEN value IS 231 (90.62% from 255) = 36.61%
BLUE value IS 255 (100% from 255) = 40.41%
R=22.98%
G=36.61%
B=40.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1452312550.430.0900193.0910078.43
Hex91E7FF2B900c1644e
Octal221347377531100301144116
Binary1001000111100111111111111010111001001100000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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