#91EAFB

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

Shades of Columbia Blue #91EAFB

Tints of Columbia Blue #91EAFB

Color information

#91EAFB (or 0x91EAFB) is unknown color: approx Columbia Blue. HEX triplet: 91, EA and FB. RGB value is (145,234,251). Sum of RGB (Red+Green+Blue) = 145+234+251=630 (83% of max value = 765). Red value is 145 (57.03% from 255 or 23.02% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #91EAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EAFB is #6E1504. Grayscale: #D1D1D1. Windows color (decimal): -7214341 or 16509585. OLE color: 16509585.

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

Color convert

RGB145234251-
CMYK0.420.0700.02
HSL189.62º92.98%77.65%-
HSV(B)189.62º42.23%98.43%-
XYZ58.5171.83102.05-
YUV209.33151.5182.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.02%
GREEN value IS 234 (91.80% from 255) = 37.14%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=23.02%
G=37.14%
B=39.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452342510.420.0700.02189.6292.9877.65
Hex91EAFB2A702be5d4e
Octal22135237352702276135116
Binary1001000111101010111110111010101110101011111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,234,251); }

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

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

 a { background-color: rgb(145,234,251); }

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

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

 span { border-color: rgb(145,234,251); }

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