Html Css Color HEX #AADAFB Columbia Blue

📋 copy color: '#AADAFB'

red 170 ◦ green 218 ◦ blue 251

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

Shades of Columbia Blue #AADAFB

Tints of Columbia Blue #AADAFB

RGB

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

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

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

R = 26.6%
G = 34.12%
B = 39.28%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AADAFB (or 0xAADAFB) is known color: Columbia Blue. HEX triplet: AA, DA and FB. RGB value is (170,218,251). Sum of RGB (Red+Green+Blue) = 170+218+251=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 218 (85.55% from 255 or 34.12% 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 #AADAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAFB is #552504. Grayscale: #CFCFCF. Windows color (decimal): -5580037 or 16505514. OLE color: 16505514.

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

Color convert

RGB 170 218 251 -
CMYK 0.32 0.13 0 0.02
HSL 204.44º 0.91% 0.83% -
HSV(B) 204.44º 0.32% 0.98% -
XYZ 59.06 65.65 100.83 -
YUV 207.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 170 218 251 0.32 0.13 0 0.02 204.44 0.91 0.83
Hex AA DA FB 20 D 0 2 CC 5B 53
Octal 252 332 373 40 15 0 2 314 133 123
Binary 10101010 11011010 11111011 100000 1101 0 10 11001100 1011011 1010011

Color Harmonies of #AADAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAFB

Black with #AADAFB

Text Example


Text Example

White with #AADAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAFB; }

 p { color: rgb(170,218,251); }

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

background-color css

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

 a { background-color: rgb(170,218,251); }

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

border-color css

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

 span { border-color: rgb(170,218,251); }

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