#91D8FE

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

Shades of Columbia Blue #91D8FE

Tints of Columbia Blue #91D8FE

Color information

#91D8FE (or 0x91D8FE) is unknown color: approx Columbia Blue. HEX triplet: 91, D8 and FE. RGB value is (145,216,254). Sum of RGB (Red+Green+Blue) = 145+216+254=615 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.58% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #91D8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D8FE is #6E2701. Grayscale: #C6C6C6. Windows color (decimal): -7218946 or 16701585. OLE color: 16701585.

HSL color Cylindrical-coordinate representation of color #91D8FE: hue angle of 200.92º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91D8FE is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB145216254-
CMYK0.430.1500.00
HSL200.92º98.2%78.24%-
HSV(B)200.92º42.91%99.61%-
XYZ54.1262.29102.94-
YUV199.1158.9889.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.58%
GREEN value IS 216 (84.77% from 255) = 35.12%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=23.58%
G=35.12%
B=41.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1452162540.430.1500.00200.9298.278.24
Hex91D8FE2BF00c9624e
Octal221330376531700311142116
Binary1001000111011000111111101010111111001100100111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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