#91DAFD

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

Shades of Columbia Blue #91DAFD

Tints of Columbia Blue #91DAFD

Color information

#91DAFD (or 0x91DAFD) is unknown color: approx Columbia Blue. HEX triplet: 91, DA and FD. RGB value is (145,218,253). Sum of RGB (Red+Green+Blue) = 145+218+253=616 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.54% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #91DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DAFD is #6E2502. Grayscale: #C7C7C7. Windows color (decimal): -7218435 or 16636561. OLE color: 16636561.

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

Color convert

RGB145218253-
CMYK0.430.1400.01
HSL199.44º96.43%78.04%-
HSV(B)199.44º42.69%99.22%-
XYZ54.4863.25102.27-
YUV200.16157.8288.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.54%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=23.54%
G=35.39%
B=41.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452182530.430.1400.01199.4496.4378.04
Hex91DAFD2BE01c7604e
Octal221332375531601307140116
Binary1001000111011010111111011010111110011100011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,218,253); }

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

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

 a { background-color: rgb(145,218,253); }

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

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

 span { border-color: rgb(145,218,253); }

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