Html Css Color HEX #91E8F9 Columbia Blue

📋 copy color: '#91E8F9'

red 145 ◦ green 232 ◦ blue 249

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

Shades of Columbia Blue #91E8F9

Tints of Columbia Blue #91E8F9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.06%

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

R = 23.16%
G = 37.06%
B = 39.78%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#91E8F9 (or 0x91E8F9) is known color: Columbia Blue. HEX triplet: 91, E8 and F9. RGB value is (145,232,249). Sum of RGB (Red+Green+Blue) = 145+232+249=626 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.16% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #91E8F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91E8F9 is #6E1706. Grayscale: #CFCFCF. Windows color (decimal): -7214855 or 16378001. OLE color: 16378001.

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

Color convert

RGB 145 232 249 -
CMYK 0.42 0.07 0 0.02
HSL 189.81º 0.9% 0.77% -
HSV(B) 189.81º 0.42% 0.98% -
XYZ 57.63 70.57 100.21 -
YUV 207.93 151.18 83.12 -
System Red Green Blue C M Y K H S L
Decimal 145 232 249 0.42 0.07 0 0.02 189.81 0.9 0.77
Hex 91 E8 F9 2A 7 0 2 BE 5A 4D
Octal 221 350 371 52 7 0 2 276 132 115
Binary 10010001 11101000 11111001 101010 111 0 10 10111110 1011010 1001101

Color Harmonies of #91E8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91E8F9

Black with #91E8F9

Text Example


Text Example

White with #91E8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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