#91EDFF

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

Shades of Columbia Blue #91EDFF

Tints of Columbia Blue #91EDFF

Color information

#91EDFF (or 0x91EDFF) is unknown color: approx Columbia Blue. HEX triplet: 91, ED and FF. RGB value is (145,237,255). Sum of RGB (Red+Green+Blue) = 145+237+255=637 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.76% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #91EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EDFF is #6E1200. Grayscale: #D3D3D3. Windows color (decimal): -7213569 or 16772497. OLE color: 16772497.

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

Color convert

RGB145237255-
CMYK0.430.0700
HSL189.82º100%78.43%-
HSV(B)189.82º43.14%100%-
XYZ60.0173.81105.69-
YUV211.54152.5280.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 22.76%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 255 (100% from 255) = 40.03%
R=22.76%
G=37.21%
B=40.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1452372550.430.0700189.8210078.43
Hex91EDFF2B700be644e
Octal22135537753700276144116
Binary100100011110110111111111101011111001011111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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