#91E1FA

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

Shades of Columbia Blue #91E1FA

Tints of Columbia Blue #91E1FA

Color information

#91E1FA (or 0x91E1FA) is unknown color: approx Columbia Blue. HEX triplet: 91, E1 and FA. RGB value is (145,225,250). Sum of RGB (Red+Green+Blue) = 145+225+250=620 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.39% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #91E1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E1FA is #6E1E05. Grayscale: #CBCBCB. Windows color (decimal): -7216646 or 16441745. OLE color: 16441745.

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

Color convert

RGB145225250-
CMYK0.420.1000.02
HSL194.29º91.3%77.45%-
HSV(B)194.29º42%98.04%-
XYZ55.8666.77100.39-
YUV203.9315485.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.39%
GREEN value IS 225 (88.28% from 255) = 36.29%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=23.39%
G=36.29%
B=40.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452252500.420.1000.02194.2991.377.45
Hex91E1FA2AA02c25b4d
Octal221341372521202302133115
Binary10010001111000011111101010101010100101100001010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,225,250); }

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

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

 a { background-color: rgb(145,225,250); }

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

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

 span { border-color: rgb(145,225,250); }

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