Html Css Color HEX #AADAFF Columbia Blue

📋 copy color: '#AADAFF'

red 170 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #AADAFF

Tints of Columbia Blue #AADAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.66%

R = 26.44%
G = 33.9%
B = 39.66%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AADAFF (or 0xAADAFF) is known color: Columbia Blue. HEX triplet: AA, DA and FF. RGB value is (170,218,255). Sum of RGB (Red+Green+Blue) = 170+218+255=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #AADAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAFF is #552500. Grayscale: #CFCFCF. Windows color (decimal): -5580033 or 16767658. OLE color: 16767658.

HSL color Cylindrical-coordinate representation of color #AADAFF: hue angle of 206.12º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADAFF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 218 255 -
CMYK 0.33 0.15 0 0
HSL 206.12º 1% 0.83% -
HSV(B) 206.12º 0.33% 1% -
XYZ 59.7 65.91 104.18 -
YUV 207.87 154.6 100.99 -
System Red Green Blue C M Y K H S L
Decimal 170 218 255 0.33 0.15 0 0 206.12 1 0.83
Hex AA DA FF 21 F 0 0 CE 64 53
Octal 252 332 377 41 17 0 0 316 144 123
Binary 10101010 11011010 11111111 100001 1111 0 0 11001110 1100100 1010011

Color Harmonies of #AADAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAFF

Black with #AADAFF

Text Example


Text Example

White with #AADAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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