#91D6FF

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

Shades of Columbia Blue #91D6FF

Tints of Columbia Blue #91D6FF

Color information

#91D6FF (or 0x91D6FF) is unknown color: approx Columbia Blue. HEX triplet: 91, D6 and FF. RGB value is (145,214,255). Sum of RGB (Red+Green+Blue) = 145+214+255=614 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.62% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #91D6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D6FF is #6E2900. Grayscale: #C5C5C5. Windows color (decimal): -7219457 or 16766609. OLE color: 16766609.

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

Color convert

RGB145214255-
CMYK0.430.1600
HSL202.36º100%78.43%-
HSV(B)202.36º43.14%100%-
XYZ53.7761.33103.61-
YUV198.04160.1490.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.62%
GREEN value IS 214 (83.98% from 255) = 34.85%
BLUE value IS 255 (100% from 255) = 41.53%
R=23.62%
G=34.85%
B=41.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1452142550.430.1600202.3610078.43
Hex91D6FF2B1000ca644e
Octal221326377532000312144116
Binary10010001110101101111111110101110000001100101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,214,255); }

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

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

 a { background-color: rgb(145,214,255); }

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

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

 span { border-color: rgb(145,214,255); }

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