#91DFFF

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

Shades of Columbia Blue #91DFFF

Tints of Columbia Blue #91DFFF

Color information

#91DFFF (or 0x91DFFF) is unknown color: approx Columbia Blue. HEX triplet: 91, DF and FF. RGB value is (145,223,255). Sum of RGB (Red+Green+Blue) = 145+223+255=623 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.27% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #91DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DFFF is #6E2000. Grayscale: #CBCBCB. Windows color (decimal): -7217153 or 16768913. OLE color: 16768913.

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

Color convert

RGB145223255-
CMYK0.430.1300
HSL197.45º100%78.43%-
HSV(B)197.45º43.14%100%-
XYZ56.1166.02104.39-
YUV203.33157.1686.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.27%
GREEN value IS 223 (87.5% from 255) = 35.79%
BLUE value IS 255 (100% from 255) = 40.93%
R=23.27%
G=35.79%
B=40.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1452232550.430.1300197.4510078.43
Hex91DFFF2BD00c5644e
Octal221337377531500305144116
Binary1001000111011111111111111010111101001100010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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