#91DCFB

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

Shades of Columbia Blue #91DCFB

Tints of Columbia Blue #91DCFB

Color information

#91DCFB (or 0x91DCFB) is unknown color: approx Columbia Blue. HEX triplet: 91, DC and FB. RGB value is (145,220,251). Sum of RGB (Red+Green+Blue) = 145+220+251=616 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.54% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #91DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DCFB is #6E2304. Grayscale: #C8C8C8. Windows color (decimal): -7217925 or 16506001. OLE color: 16506001.

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

Color convert

RGB145220251-
CMYK0.420.1200.02
HSL197.55º92.98%77.65%-
HSV(B)197.55º42.23%98.43%-
XYZ54.6864.17100.77-
YUV201.11156.1587.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.54%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=23.54%
G=35.71%
B=40.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452202510.420.1200.02197.5592.9877.65
Hex91DCFB2AC02c65d4e
Octal221334373521402306135116
Binary10010001110111001111101110101011000101100011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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