Html Css Color HEX #A9DEFA Columbia Blue

📋 copy color: '#A9DEFA'

red 169 ◦ green 222 ◦ blue 250

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

Shades of Columbia Blue #A9DEFA

Tints of Columbia Blue #A9DEFA

RGB

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

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

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

R = 26.37%
G = 34.63%
B = 39%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A9DEFA (or 0xA9DEFA) is known color: Columbia Blue. HEX triplet: A9, DE and FA. RGB value is (169,222,250). Sum of RGB (Red+Green+Blue) = 169+222+250=641 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.37% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DEFA is #562105. Grayscale: #D1D1D1. Windows color (decimal): -5644550 or 16441001. OLE color: 16441001.

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

Color convert

RGB 169 222 250 -
CMYK 0.32 0.11 0 0.02
HSL 200.74º 0.89% 0.82% -
HSV(B) 200.74º 0.32% 0.98% -
XYZ 59.74 67.58 100.34 -
YUV 209.35 150.94 99.22 -
System Red Green Blue C M Y K H S L
Decimal 169 222 250 0.32 0.11 0 0.02 200.74 0.89 0.82
Hex A9 DE FA 20 B 0 2 C9 59 52
Octal 251 336 372 40 13 0 2 311 131 122
Binary 10101001 11011110 11111010 100000 1011 0 10 11001001 1011001 1010010

Color Harmonies of #A9DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DEFA

Black with #A9DEFA

Text Example


Text Example

White with #A9DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DEFA; }

 p { color: rgb(169,222,250); }

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

background-color css

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

 a { background-color: rgb(169,222,250); }

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

border-color css

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

 span { border-color: rgb(169,222,250); }

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