#91E0FB

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

Shades of Columbia Blue #91E0FB

Tints of Columbia Blue #91E0FB

Color information

#91E0FB (or 0x91E0FB) is unknown color: approx Columbia Blue. HEX triplet: 91, E0 and FB. RGB value is (145,224,251). Sum of RGB (Red+Green+Blue) = 145+224+251=620 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.39% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #91E0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E0FB is #6E1F04. Grayscale: #CBCBCB. Windows color (decimal): -7216901 or 16507025. OLE color: 16507025.

HSL color Cylindrical-coordinate representation of color #91E0FB: hue angle of 195.28º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91E0FB is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145224251-
CMYK0.420.1100.02
HSL195.28º92.98%77.65%-
HSV(B)195.28º42.23%98.43%-
XYZ55.7566.3101.13-
YUV203.46154.8386.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.39%
GREEN value IS 224 (87.89% from 255) = 36.13%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=23.39%
G=36.13%
B=40.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452242510.420.1100.02195.2892.9877.65
Hex91E0FB2AB02c35d4e
Octal221340373521302303135116
Binary10010001111000001111101110101010110101100001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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