#91D8FB

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

Shades of Columbia Blue #91D8FB

Tints of Columbia Blue #91D8FB

Color information

#91D8FB (or 0x91D8FB) is unknown color: approx Columbia Blue. HEX triplet: 91, D8 and FB. RGB value is (145,216,251). Sum of RGB (Red+Green+Blue) = 145+216+251=612 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.69% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #91D8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D8FB is #6E2704. Grayscale: #C6C6C6. Windows color (decimal): -7218949 or 16504977. OLE color: 16504977.

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

Color convert

RGB145216251-
CMYK0.420.1400.02
HSL199.81º92.98%77.65%-
HSV(B)199.81º42.23%98.43%-
XYZ53.6562.1100.43-
YUV198.76157.4889.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.69%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 251 (98.44% from 255) = 41.01%
R=23.69%
G=35.29%
B=41.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452162510.420.1400.02199.8192.9877.65
Hex91D8FB2AE02c85d4e
Octal221330373521602310135116
Binary10010001110110001111101110101011100101100100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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