#91D7FD

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

Shades of Columbia Blue #91D7FD

Tints of Columbia Blue #91D7FD

Color information

#91D7FD (or 0x91D7FD) is unknown color: approx Columbia Blue. HEX triplet: 91, D7 and FD. RGB value is (145,215,253). Sum of RGB (Red+Green+Blue) = 145+215+253=613 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.65% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #91D7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D7FD is #6E2802. Grayscale: #C6C6C6. Windows color (decimal): -7219203 or 16635793. OLE color: 16635793.

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

Color convert

RGB145215253-
CMYK0.430.1500.01
HSL201.11º96.43%78.04%-
HSV(B)201.11º42.69%99.22%-
XYZ53.7161.71102.01-
YUV198.4158.8189.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.65%
GREEN value IS 215 (84.38% from 255) = 35.07%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=23.65%
G=35.07%
B=41.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452152530.430.1500.01201.1196.4378.04
Hex91D7FD2BF01c9604e
Octal221327375531701311140116
Binary1001000111010111111111011010111111011100100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,215,253); }

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

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

 a { background-color: rgb(145,215,253); }

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

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

 span { border-color: rgb(145,215,253); }

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