#91EBFD

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

Shades of Columbia Blue #91EBFD

Tints of Columbia Blue #91EBFD

Color information

#91EBFD (or 0x91EBFD) is unknown color: approx Columbia Blue. HEX triplet: 91, EB and FD. RGB value is (145,235,253). Sum of RGB (Red+Green+Blue) = 145+235+253=633 (83% of max value = 765). Red value is 145 (57.03% from 255 or 22.91% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #91EBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EBFD is #6E1402. Grayscale: #D1D1D1. Windows color (decimal): -7214083 or 16640913. OLE color: 16640913.

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

Color convert

RGB145235253-
CMYK0.430.0700.01
HSL190º96.43%78.04%-
HSV(B)190º42.69%99.22%-
XYZ59.1272.53103.81-
YUV210.14152.1881.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 22.91%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=22.91%
G=37.12%
B=39.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452352530.430.0700.0119096.4378.04
Hex91EBFD2B701be604e
Octal22135337553701276140116
Binary100100011110101111111101101011111011011111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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