Html Css Color HEX #91E5FC Columbia Blue

📋 copy color: '#91E5FC'

red 145 ◦ green 229 ◦ blue 252

#91E5FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Columbia Blue #91E5FC

Tints of Columbia Blue #91E5FC

RGB

 RED value IS 145 (57.03% from 255) = 23.16%

 GREEN value IS 229 (89.84% from 255) = 36.58%

 BLUE value IS 252 (98.83% from 255) = 40.26%

R = 23.16%
G = 36.58%
B = 40.26%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#91E5FC (or 0x91E5FC) is known color: Columbia Blue. HEX triplet: 91, E5 and FC. RGB value is (145,229,252). Sum of RGB (Red+Green+Blue) = 145+229+252=626 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.16% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #91E5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E5FC is #6E1A03. Grayscale: #CECECE. Windows color (decimal): -7215620 or 16573841. OLE color: 16573841.

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

Color convert

RGB 145 229 252 -
CMYK 0.42 0.09 0 0.01
HSL 192.9º 0.95% 0.78% -
HSV(B) 192.9º 0.42% 0.99% -
XYZ 57.27 69.09 102.41 -
YUV 206.51 153.67 84.13 -
System Red Green Blue C M Y K H S L
Decimal 145 229 252 0.42 0.09 0 0.01 192.9 0.95 0.78
Hex 91 E5 FC 2A 9 0 1 C1 5F 4E
Octal 221 345 374 52 11 0 1 301 137 116
Binary 10010001 11100101 11111100 101010 1001 0 1 11000001 1011111 1001110

Color Harmonies of #91E5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91E5FC

Black with #91E5FC

Text Example


Text Example

White with #91E5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,229,252); }

 H1.HeaderClassName
 {
   color: #91E5FC;
 }
 .AnyTagClassName
 {
   color: #91E5FC;
 }
</style>

background-color css

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

 a { background-color: rgb(145,229,252); }

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

border-color css

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

 span { border-color: rgb(145,229,252); }

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