Html Css Color HEX #91E5FE Columbia Blue

📋 copy color: '#91E5FE'

red 145 ◦ green 229 ◦ blue 254

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

Shades of Columbia Blue #91E5FE

Tints of Columbia Blue #91E5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.45%

R = 23.09%
G = 36.46%
B = 40.45%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#91E5FE (or 0x91E5FE) is known color: Columbia Blue. HEX triplet: 91, E5 and FE. RGB value is (145,229,254). Sum of RGB (Red+Green+Blue) = 145+229+254=628 (83% of max value = 765). Red value is 145 (57.03% from 255 or 23.09% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #91E5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E5FE is #6E1A01. Grayscale: #CECECE. Windows color (decimal): -7215618 or 16704913. OLE color: 16704913.

HSL color Cylindrical-coordinate representation of color #91E5FE: hue angle of 193.76º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91E5FE is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 145 229 254 -
CMYK 0.43 0.10 0 0.00
HSL 193.76º 0.98% 0.78% -
HSV(B) 193.76º 0.43% 1% -
XYZ 57.59 69.21 104.09 -
YUV 206.73 154.67 83.97 -
System Red Green Blue C M Y K H S L
Decimal 145 229 254 0.43 0.10 0 0.00 193.76 0.98 0.78
Hex 91 E5 FE 2B A 0 0 C2 62 4E
Octal 221 345 376 53 12 0 0 302 142 116
Binary 10010001 11100101 11111110 101011 1010 0 0 11000010 1100010 1001110

Color Harmonies of #91E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91E5FE

Black with #91E5FE

Text Example


Text Example

White with #91E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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