#91DFF5

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

Shades of Columbia Blue #91DFF5

Tints of Columbia Blue #91DFF5

Color information

#91DFF5 (or 0x91DFF5) is unknown color: approx Columbia Blue. HEX triplet: 91, DF and F5. RGB value is (145,223,245). Sum of RGB (Red+Green+Blue) = 145+223+245=613 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.65% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 245 - color contains mainly: blue. Hex color #91DFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DFF5 is #6E200A. Grayscale: #CACACA. Windows color (decimal): -7217163 or 16113553. OLE color: 16113553.

HSL color Cylindrical-coordinate representation of color #91DFF5: hue angle of 193.2º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91DFF5 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB145223245-
CMYK0.410.0900.04
HSL193.2º83.33%76.47%-
HSV(B)193.2º40.82%96.08%-
XYZ54.5565.3996.13-
YUV202.19152.1687.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.65%
GREEN value IS 223 (87.5% from 255) = 36.38%
BLUE value IS 245 (96.09% from 255) = 39.97%
R=23.65%
G=36.38%
B=39.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1452232450.410.0900.04193.283.3376.47
Hex91DFF529904c1534c
Octal221337365511104301123114
Binary100100011101111111110101101001100101001100000110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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