#91E5FD

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

Shades of Columbia Blue #91E5FD

Tints of Columbia Blue #91E5FD

Color information

#91E5FD (or 0x91E5FD) is unknown color: approx Columbia Blue. HEX triplet: 91, E5 and FD. RGB value is (145,229,253). Sum of RGB (Red+Green+Blue) = 145+229+253=627 (83% of max value = 765). Red value is 145 (57.03% from 255 or 23.13% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #91E5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E5FD is #6E1A02. Grayscale: #CECECE. Windows color (decimal): -7215619 or 16639377. OLE color: 16639377.

HSL color Cylindrical-coordinate representation of color #91E5FD: hue angle of 193.33º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91E5FD is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB145229253-
CMYK0.430.0900.01
HSL193.33º96.43%78.04%-
HSV(B)193.33º42.69%99.22%-
XYZ57.4369.15103.25-
YUV206.62154.1784.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.13%
GREEN value IS 229 (89.84% from 255) = 36.52%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=23.13%
G=36.52%
B=40.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452292530.430.0900.01193.3396.4378.04
Hex91E5FD2B901c1604e
Octal221345375531101301140116
Binary1001000111100101111111011010111001011100000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,229,253); }

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

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

 a { background-color: rgb(145,229,253); }

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

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

 span { border-color: rgb(145,229,253); }

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