#91DFFD

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

Shades of Columbia Blue #91DFFD

Tints of Columbia Blue #91DFFD

Color information

#91DFFD (or 0x91DFFD) is unknown color: approx Columbia Blue. HEX triplet: 91, DF and FD. RGB value is (145,223,253). Sum of RGB (Red+Green+Blue) = 145+223+253=621 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.35% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #91DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DFFD is #6E2002. Grayscale: #CACACA. Windows color (decimal): -7217155 or 16637841. OLE color: 16637841.

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

Color convert

RGB145223253-
CMYK0.430.1200.01
HSL196.67º96.43%78.04%-
HSV(B)196.67º42.69%99.22%-
XYZ55.7965.89102.71-
YUV203.1156.1686.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.35%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=23.35%
G=35.91%
B=40.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452232530.430.1200.01196.6796.4378.04
Hex91DFFD2BC01c5604e
Octal221337375531401305140116
Binary1001000111011111111111011010111100011100010111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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