Html Css Color HEX #91DAFA Columbia Blue

📋 copy color: '#91DAFA'

red 145 ◦ green 218 ◦ blue 250

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

Shades of Columbia Blue #91DAFA

Tints of Columbia Blue #91DAFA

RGB

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

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

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

R = 23.65%
G = 35.56%
B = 40.78%

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

#91DAFA (or 0x91DAFA) is known color: Columbia Blue. HEX triplet: 91, DA and FA. RGB value is (145,218,250). Sum of RGB (Red+Green+Blue) = 145+218+250=613 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.65% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #91DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DAFA is #6E2505. Grayscale: #C7C7C7. Windows color (decimal): -7218438 or 16439953. OLE color: 16439953.

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

Color convert

RGB 145 218 250 -
CMYK 0.42 0.13 0 0.02
HSL 198.29º 0.91% 0.77% -
HSV(B) 198.29º 0.42% 0.98% -
XYZ 54 63.06 99.77 -
YUV 199.82 156.32 88.9 -
System Red Green Blue C M Y K H S L
Decimal 145 218 250 0.42 0.13 0 0.02 198.29 0.91 0.77
Hex 91 DA FA 2A D 0 2 C6 5B 4D
Octal 221 332 372 52 15 0 2 306 133 115
Binary 10010001 11011010 11111010 101010 1101 0 10 11000110 1011011 1001101

Color Harmonies of #91DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91DAFA

Black with #91DAFA

Text Example


Text Example

White with #91DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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