#91E0F9

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

Shades of Columbia Blue #91E0F9

Tints of Columbia Blue #91E0F9

Color information

#91E0F9 (or 0x91E0F9) is unknown color: approx Columbia Blue. HEX triplet: 91, E0 and F9. RGB value is (145,224,249). Sum of RGB (Red+Green+Blue) = 145+224+249=618 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.46% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #91E0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E0F9 is #6E1F06. Grayscale: #CBCBCB. Windows color (decimal): -7216903 or 16375953. OLE color: 16375953.

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

Color convert

RGB145224249-
CMYK0.420.1000.02
HSL194.42º89.66%77.25%-
HSV(B)194.42º41.77%97.65%-
XYZ55.4366.1799.47-
YUV203.23153.8386.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.46%
GREEN value IS 224 (87.89% from 255) = 36.25%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=23.46%
G=36.25%
B=40.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452242490.420.1000.02194.4289.6677.25
Hex91E0F92AA02c25a4d
Octal221340371521202302132115
Binary10010001111000001111100110101010100101100001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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