Html Css Color HEX #91DAFE Columbia Blue

📋 copy color: '#91DAFE'

red 145 ◦ green 218 ◦ blue 254

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

Shades of Columbia Blue #91DAFE

Tints of Columbia Blue #91DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.33%

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

R = 23.5%
G = 35.33%
B = 41.17%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#91DAFE (or 0x91DAFE) is known color: Columbia Blue. HEX triplet: 91, DA and FE. RGB value is (145,218,254). Sum of RGB (Red+Green+Blue) = 145+218+254=617 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.50% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #91DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DAFE is #6E2501. Grayscale: #C8C8C8. Windows color (decimal): -7218434 or 16702097. OLE color: 16702097.

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

Color convert

RGB 145 218 254 -
CMYK 0.43 0.14 0 0.00
HSL 199.82º 0.98% 0.78% -
HSV(B) 199.82º 0.43% 1% -
XYZ 54.64 63.32 103.11 -
YUV 200.28 158.32 88.57 -
System Red Green Blue C M Y K H S L
Decimal 145 218 254 0.43 0.14 0 0.00 199.82 0.98 0.78
Hex 91 DA FE 2B E 0 0 C8 62 4E
Octal 221 332 376 53 16 0 0 310 142 116
Binary 10010001 11011010 11111110 101011 1110 0 0 11001000 1100010 1001110

Color Harmonies of #91DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91DAFE

Black with #91DAFE

Text Example


Text Example

White with #91DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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