#91DBF9

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

Shades of Columbia Blue #91DBF9

Tints of Columbia Blue #91DBF9

Color information

#91DBF9 (or 0x91DBF9) is unknown color: approx Columbia Blue. HEX triplet: 91, DB and F9. RGB value is (145,219,249). Sum of RGB (Red+Green+Blue) = 145+219+249=613 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.65% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #91DBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DBF9 is #6E2406. Grayscale: #C8C8C8. Windows color (decimal): -7218183 or 16374673. OLE color: 16374673.

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

Color convert

RGB145219249-
CMYK0.420.1200.02
HSL197.31º89.66%77.25%-
HSV(B)197.31º41.77%97.65%-
XYZ54.1163.5299.03-
YUV200.29155.4888.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.65%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 249 (97.66% from 255) = 40.62%
R=23.65%
G=35.73%
B=40.62%

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
Decimal1452192490.420.1200.02197.3189.6677.25
Hex91DBF92AC02c55a4d
Octal221333371521402305132115
Binary10010001110110111111100110101011000101100010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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