Html Css Color HEX #AADAF8 Columbia Blue

📋 copy color: '#AADAF8'

red 170 ◦ green 218 ◦ blue 248

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

Shades of Columbia Blue #AADAF8

Tints of Columbia Blue #AADAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.99%

R = 26.73%
G = 34.28%
B = 38.99%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AADAF8 (or 0xAADAF8) is known color: Columbia Blue. HEX triplet: AA, DA and F8. RGB value is (170,218,248). Sum of RGB (Red+Green+Blue) = 170+218+248=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 248 (97.27% from 255 or 38.99% from 636); Max value from RGB is 248 - color contains mainly: blue. Hex color #AADAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAF8 is #552507. Grayscale: #CECECE. Windows color (decimal): -5580040 or 16308906. OLE color: 16308906.

HSL color Cylindrical-coordinate representation of color #AADAF8: hue angle of 203.08º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AADAF8 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 218 248 -
CMYK 0.31 0.12 0 0.03
HSL 203.08º 0.85% 0.82% -
HSV(B) 203.08º 0.31% 0.97% -
XYZ 58.59 65.47 98.36 -
YUV 207.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 170 218 248 0.31 0.12 0 0.03 203.08 0.85 0.82
Hex AA DA F8 1F C 0 3 CB 55 52
Octal 252 332 370 37 14 0 3 313 125 122
Binary 10101010 11011010 11111000 11111 1100 0 11 11001011 1010101 1010010

Color Harmonies of #AADAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAF8

Black with #AADAF8

Text Example


Text Example

White with #AADAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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