Html Css Color HEX #A9DBFB Columbia Blue

📋 copy color: '#A9DBFB'

red 169 ◦ green 219 ◦ blue 251

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

Shades of Columbia Blue #A9DBFB

Tints of Columbia Blue #A9DBFB

RGB

 RED value IS 169 (66.41% from 255) = 26.45%

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

 BLUE value IS 251 (98.44% from 255) = 39.28%

R = 26.45%
G = 34.27%
B = 39.28%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A9DBFB (or 0xA9DBFB) is known color: Columbia Blue. HEX triplet: A9, DB and FB. RGB value is (169,219,251). Sum of RGB (Red+Green+Blue) = 169+219+251=639 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.45% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DBFB is #562404. Grayscale: #CFCFCF. Windows color (decimal): -5645317 or 16505769. OLE color: 16505769.

HSL color Cylindrical-coordinate representation of color #A9DBFB: hue angle of 203.41º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9DBFB is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 219 251 -
CMYK 0.33 0.13 0 0.02
HSL 203.41º 0.91% 0.82% -
HSV(B) 203.41º 0.33% 0.98% -
XYZ 59.11 66.06 100.9 -
YUV 207.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 169 219 251 0.33 0.13 0 0.02 203.41 0.91 0.82
Hex A9 DB FB 21 D 0 2 CB 5B 52
Octal 251 333 373 41 15 0 2 313 133 122
Binary 10101001 11011011 11111011 100001 1101 0 10 11001011 1011011 1010010

Color Harmonies of #A9DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DBFB

Black with #A9DBFB

Text Example


Text Example

White with #A9DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DBFB; }

 p { color: rgb(169,219,251); }

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

background-color css

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

 a { background-color: rgb(169,219,251); }

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

border-color css

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

 span { border-color: rgb(169,219,251); }

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