Html Css Color HEX #91DBFA Columbia Blue

📋 copy color: '#91DBFA'

red 145 ◦ green 219 ◦ blue 250

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

Shades of Columbia Blue #91DBFA

Tints of Columbia Blue #91DBFA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.67%

 BLUE value IS 250 (98.05% from 255) = 40.72%

R = 23.62%
G = 35.67%
B = 40.72%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#91DBFA (or 0x91DBFA) is known color: Columbia Blue. HEX triplet: 91, DB and FA. RGB value is (145,219,250). Sum of RGB (Red+Green+Blue) = 145+219+250=614 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.62% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #91DBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DBFA is #6E2405. Grayscale: #C8C8C8. Windows color (decimal): -7218182 or 16440209. OLE color: 16440209.

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

Color convert

RGB 145 219 250 -
CMYK 0.42 0.12 0 0.02
HSL 197.71º 0.91% 0.77% -
HSV(B) 197.71º 0.42% 0.98% -
XYZ 54.26 63.58 99.86 -
YUV 200.41 155.98 88.48 -
System Red Green Blue C M Y K H S L
Decimal 145 219 250 0.42 0.12 0 0.02 197.71 0.91 0.77
Hex 91 DB FA 2A C 0 2 C6 5B 4D
Octal 221 333 372 52 14 0 2 306 133 115
Binary 10010001 11011011 11111010 101010 1100 0 10 11000110 1011011 1001101

Color Harmonies of #91DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91DBFA

Black with #91DBFA

Text Example


Text Example

White with #91DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,219,250); }

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

background-color css

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

 a { background-color: rgb(145,219,250); }

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

border-color css

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

 span { border-color: rgb(145,219,250); }

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