Html Css Color HEX #91DCF6 Columbia Blue

📋 copy color: '#91DCF6'

red 145 ◦ green 220 ◦ blue 246

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

Shades of Columbia Blue #91DCF6

Tints of Columbia Blue #91DCF6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.01%

 BLUE value IS 246 (96.48% from 255) = 40.26%

R = 23.73%
G = 36.01%
B = 40.26%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#91DCF6 (or 0x91DCF6) is known color: Columbia Blue. HEX triplet: 91, DC and F6. RGB value is (145,220,246). Sum of RGB (Red+Green+Blue) = 145+220+246=611 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.73% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #91DCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DCF6 is #6E2309. Grayscale: #C8C8C8. Windows color (decimal): -7217930 or 16178321. OLE color: 16178321.

HSL color Cylindrical-coordinate representation of color #91DCF6: hue angle of 195.45º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91DCF6 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 145 220 246 -
CMYK 0.41 0.11 0 0.04
HSL 195.45º 0.85% 0.77% -
HSV(B) 195.45º 0.41% 0.96% -
XYZ 53.9 63.86 96.67 -
YUV 200.54 153.65 88.39 -
System Red Green Blue C M Y K H S L
Decimal 145 220 246 0.41 0.11 0 0.04 195.45 0.85 0.77
Hex 91 DC F6 29 B 0 4 C3 55 4D
Octal 221 334 366 51 13 0 4 303 125 115
Binary 10010001 11011100 11110110 101001 1011 0 100 11000011 1010101 1001101

Color Harmonies of #91DCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91DCF6

Black with #91DCF6

Text Example


Text Example

White with #91DCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,220,246); }

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

background-color css

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

 a { background-color: rgb(145,220,246); }

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

border-color css

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

 span { border-color: rgb(145,220,246); }

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