Html Css Color HEX #91E1FC Columbia Blue

📋 copy color: '#91E1FC'

red 145 ◦ green 225 ◦ blue 252

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

Shades of Columbia Blue #91E1FC

Tints of Columbia Blue #91E1FC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.17%

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

R = 23.31%
G = 36.17%
B = 40.51%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#91E1FC (or 0x91E1FC) is known color: Columbia Blue. HEX triplet: 91, E1 and FC. RGB value is (145,225,252). Sum of RGB (Red+Green+Blue) = 145+225+252=622 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.31% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #91E1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E1FC is #6E1E03. Grayscale: #CBCBCB. Windows color (decimal): -7216644 or 16572817. OLE color: 16572817.

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

Color convert

RGB 145 225 252 -
CMYK 0.42 0.11 0 0.01
HSL 195.14º 0.95% 0.78% -
HSV(B) 195.14º 0.42% 0.99% -
XYZ 56.17 66.9 102.05 -
YUV 204.16 155 85.8 -
System Red Green Blue C M Y K H S L
Decimal 145 225 252 0.42 0.11 0 0.01 195.14 0.95 0.78
Hex 91 E1 FC 2A B 0 1 C3 5F 4E
Octal 221 341 374 52 13 0 1 303 137 116
Binary 10010001 11100001 11111100 101010 1011 0 1 11000011 1011111 1001110

Color Harmonies of #91E1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91E1FC

Black with #91E1FC

Text Example


Text Example

White with #91E1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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