Html Css Color HEX #91E5F9 Columbia Blue

📋 copy color: '#91E5F9'

red 145 ◦ green 229 ◦ blue 249

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

Shades of Columbia Blue #91E5F9

Tints of Columbia Blue #91E5F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.97%

R = 23.27%
G = 36.76%
B = 39.97%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#91E5F9 (or 0x91E5F9) is known color: Columbia Blue. HEX triplet: 91, E5 and F9. RGB value is (145,229,249). Sum of RGB (Red+Green+Blue) = 145+229+249=623 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.27% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #91E5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E5F9 is #6E1A06. Grayscale: #CECECE. Windows color (decimal): -7215623 or 16377233. OLE color: 16377233.

HSL color Cylindrical-coordinate representation of color #91E5F9: hue angle of 191.54º degrees, saturation: 0.9, 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 #91E5F9 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 229 249 -
CMYK 0.42 0.08 0 0.02
HSL 191.54º 0.9% 0.77% -
HSV(B) 191.54º 0.42% 0.98% -
XYZ 56.8 68.9 99.93 -
YUV 206.16 152.17 84.37 -
System Red Green Blue C M Y K H S L
Decimal 145 229 249 0.42 0.08 0 0.02 191.54 0.9 0.77
Hex 91 E5 F9 2A 8 0 2 C0 5A 4D
Octal 221 345 371 52 10 0 2 300 132 115
Binary 10010001 11100101 11111001 101010 1000 0 10 11000000 1011010 1001101

Color Harmonies of #91E5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91E5F9

Black with #91E5F9

Text Example


Text Example

White with #91E5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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