Html Css Color HEX #91D9F9 Columbia Blue

📋 copy color: '#91D9F9'

red 145 ◦ green 217 ◦ blue 249

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

Shades of Columbia Blue #91D9F9

Tints of Columbia Blue #91D9F9

RGB

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

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

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

R = 23.73%
G = 35.52%
B = 40.75%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#91D9F9 (or 0x91D9F9) is known color: Columbia Blue. HEX triplet: 91, D9 and F9. RGB value is (145,217,249). Sum of RGB (Red+Green+Blue) = 145+217+249=611 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.73% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #91D9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D9F9 is #6E2606. Grayscale: #C6C6C6. Windows color (decimal): -7218695 or 16374161. OLE color: 16374161.

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

Color convert

RGB 145 217 249 -
CMYK 0.42 0.13 0 0.02
HSL 198.46º 0.9% 0.77% -
HSV(B) 198.46º 0.42% 0.98% -
XYZ 53.59 62.49 98.86 -
YUV 199.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 145 217 249 0.42 0.13 0 0.02 198.46 0.9 0.77
Hex 91 D9 F9 2A D 0 2 C6 5A 4D
Octal 221 331 371 52 15 0 2 306 132 115
Binary 10010001 11011001 11111001 101010 1101 0 10 11000110 1011010 1001101

Color Harmonies of #91D9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91D9F9

Black with #91D9F9

Text Example


Text Example

White with #91D9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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