#91DEFC

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

Shades of Columbia Blue #91DEFC

Tints of Columbia Blue #91DEFC

Color information

#91DEFC (or 0x91DEFC) is unknown color: approx Columbia Blue. HEX triplet: 91, DE and FC. RGB value is (145,222,252). Sum of RGB (Red+Green+Blue) = 145+222+252=619 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.42% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #91DEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DEFC is #6E2103. Grayscale: #CACACA. Windows color (decimal): -7217412 or 16572049. OLE color: 16572049.

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

Color convert

RGB145222252-
CMYK0.420.1200.01
HSL196.82º94.69%77.84%-
HSV(B)196.82º42.46%98.82%-
XYZ55.3765.29101.78-
YUV202.4155.9987.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.42%
GREEN value IS 222 (87.11% from 255) = 35.86%
BLUE value IS 252 (98.83% from 255) = 40.71%
R=23.42%
G=35.86%
B=40.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452222520.420.1200.01196.8294.6977.84
Hex91DEFC2AC01c55f4e
Octal221336374521401305137116
Binary1001000111011110111111001010101100011100010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,222,252); }

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

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

 a { background-color: rgb(145,222,252); }

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

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

 span { border-color: rgb(145,222,252); }

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