#91D9F9

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

Shades of Columbia Blue #91D9F9

Tints of Columbia Blue #91D9F9

Color information

#91D9F9 (or 0x91D9F9) is unknown color: approx Columbia Blue. HEX triplet: 91, D9 and F9. RGB value is (145,217,249). Sum of RGB (Red+Green+Blue) = 145+217+249=611 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.73% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #91D9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D9F9 is #6E2606. Grayscale: #C6C6C6. Windows color (decimal): -7218695 or 16374161. OLE color: 16374161.

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

Color convert

RGB145217249-
CMYK0.420.1300.02
HSL198.46º89.66%77.25%-
HSV(B)198.46º41.77%97.65%-
XYZ53.5962.4998.86-
YUV199.12156.1589.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.73%
GREEN value IS 217 (85.16% from 255) = 35.52%
BLUE value IS 249 (97.66% from 255) = 40.75%
R=23.73%
G=35.52%
B=40.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452172490.420.1300.02198.4689.6677.25
Hex91D9F92AD02c65a4d
Octal221331371521502306132115
Binary10010001110110011111100110101011010101100011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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