Html Css Color HEX #91DEF6 Columbia Blue

📋 copy color: '#91DEF6'

red 145 ◦ green 222 ◦ blue 246

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

Shades of Columbia Blue #91DEF6

Tints of Columbia Blue #91DEF6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.22%

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

R = 23.65%
G = 36.22%
B = 40.13%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#91DEF6 (or 0x91DEF6) is known color: Columbia Blue. HEX triplet: 91, DE and F6. RGB value is (145,222,246). Sum of RGB (Red+Green+Blue) = 145+222+246=613 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.65% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #91DEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DEF6 is #6E2109. Grayscale: #C9C9C9. Windows color (decimal): -7217418 or 16178833. OLE color: 16178833.

HSL color Cylindrical-coordinate representation of color #91DEF6: hue angle of 194.26º 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 #91DEF6 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 145 222 246 -
CMYK 0.41 0.10 0 0.04
HSL 194.26º 0.85% 0.77% -
HSV(B) 194.26º 0.41% 0.96% -
XYZ 54.43 64.92 96.85 -
YUV 201.71 152.99 87.55 -
System Red Green Blue C M Y K H S L
Decimal 145 222 246 0.41 0.10 0 0.04 194.26 0.85 0.77
Hex 91 DE F6 29 A 0 4 C2 55 4D
Octal 221 336 366 51 12 0 4 302 125 115
Binary 10010001 11011110 11110110 101001 1010 0 100 11000010 1010101 1001101

Color Harmonies of #91DEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91DEF6

Black with #91DEF6

Text Example


Text Example

White with #91DEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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