Html Css Color HEX #AADBFA Columbia Blue

📋 copy color: '#AADBFA'

red 170 ◦ green 219 ◦ blue 250

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

Shades of Columbia Blue #AADBFA

Tints of Columbia Blue #AADBFA

RGB

 RED value IS 170 (66.8% from 255) = 26.6%

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

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

R = 26.6%
G = 34.27%
B = 39.12%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AADBFA (or 0xAADBFA) is known color: Columbia Blue. HEX triplet: AA, DB and FA. RGB value is (170,219,250). Sum of RGB (Red+Green+Blue) = 170+219+250=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #AADBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBFA is #552405. Grayscale: #CFCFCF. Windows color (decimal): -5579782 or 16440234. OLE color: 16440234.

HSL color Cylindrical-coordinate representation of color #AADBFA: hue angle of 203.25º 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 #AADBFA is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 219 250 -
CMYK 0.32 0.12 0 0.02
HSL 203.25º 0.89% 0.82% -
HSV(B) 203.25º 0.32% 0.98% -
XYZ 59.16 66.11 100.08 -
YUV 207.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 170 219 250 0.32 0.12 0 0.02 203.25 0.89 0.82
Hex AA DB FA 20 C 0 2 CB 59 52
Octal 252 333 372 40 14 0 2 313 131 122
Binary 10101010 11011011 11111010 100000 1100 0 10 11001011 1011001 1010010

Color Harmonies of #AADBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADBFA

Black with #AADBFA

Text Example


Text Example

White with #AADBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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