#91DFFA

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

Shades of Columbia Blue #91DFFA

Tints of Columbia Blue #91DFFA

Color information

#91DFFA (or 0x91DFFA) is unknown color: approx Columbia Blue. HEX triplet: 91, DF and FA. RGB value is (145,223,250). Sum of RGB (Red+Green+Blue) = 145+223+250=618 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.46% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #91DFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DFFA is #6E2005. Grayscale: #CACACA. Windows color (decimal): -7217158 or 16441233. OLE color: 16441233.

HSL color Cylindrical-coordinate representation of color #91DFFA: hue angle of 195.43º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91DFFA is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145223250-
CMYK0.420.1100.02
HSL195.43º91.3%77.45%-
HSV(B)195.43º42%98.04%-
XYZ55.3265.7100.21-
YUV202.76154.6686.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.46%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=23.46%
G=36.08%
B=40.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452232500.420.1100.02195.4391.377.45
Hex91DFFA2AB02c35b4d
Octal221337372521302303133115
Binary10010001110111111111101010101010110101100001110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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