#91DDFD

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

Shades of Columbia Blue #91DDFD

Tints of Columbia Blue #91DDFD

Color information

#91DDFD (or 0x91DDFD) is unknown color: approx Columbia Blue. HEX triplet: 91, DD and FD. RGB value is (145,221,253). Sum of RGB (Red+Green+Blue) = 145+221+253=619 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.42% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #91DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DDFD is #6E2202. Grayscale: #C9C9C9. Windows color (decimal): -7217667 or 16637329. OLE color: 16637329.

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

Color convert

RGB145221253-
CMYK0.430.1300.01
HSL197.78º96.43%78.04%-
HSV(B)197.78º42.69%99.22%-
XYZ55.2664.82102.53-
YUV201.92156.8287.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.42%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=23.42%
G=35.70%
B=40.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452212530.430.1300.01197.7896.4378.04
Hex91DDFD2BD01c6604e
Octal221335375531501306140116
Binary1001000111011101111111011010111101011100011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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