Html Css Color HEX #91D9FE Columbia Blue

📋 copy color: '#91D9FE'

red 145 ◦ green 217 ◦ blue 254

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

Shades of Columbia Blue #91D9FE

Tints of Columbia Blue #91D9FE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.23%

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

R = 23.54%
G = 35.23%
B = 41.23%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#91D9FE (or 0x91D9FE) is known color: Columbia Blue. HEX triplet: 91, D9 and FE. RGB value is (145,217,254). Sum of RGB (Red+Green+Blue) = 145+217+254=616 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.54% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #91D9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D9FE is #6E2601. Grayscale: #C7C7C7. Windows color (decimal): -7218690 or 16701841. OLE color: 16701841.

HSL color Cylindrical-coordinate representation of color #91D9FE: hue angle of 200.37º 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 #91D9FE is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 145 217 254 -
CMYK 0.43 0.15 0 0.00
HSL 200.37º 0.98% 0.78% -
HSV(B) 200.37º 0.43% 1% -
XYZ 54.38 62.8 103.02 -
YUV 199.69 158.65 88.99 -
System Red Green Blue C M Y K H S L
Decimal 145 217 254 0.43 0.15 0 0.00 200.37 0.98 0.78
Hex 91 D9 FE 2B F 0 0 C8 62 4E
Octal 221 331 376 53 17 0 0 310 142 116
Binary 10010001 11011001 11111110 101011 1111 0 0 11001000 1100010 1001110

Color Harmonies of #91D9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91D9FE

Black with #91D9FE

Text Example


Text Example

White with #91D9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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