Html Css Color HEX #AADAFE Columbia Blue

📋 copy color: '#AADAFE'

red 170 ◦ green 218 ◦ blue 254

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

Shades of Columbia Blue #AADAFE

Tints of Columbia Blue #AADAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.56%

R = 26.48%
G = 33.96%
B = 39.56%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AADAFE (or 0xAADAFE) is known color: Columbia Blue. HEX triplet: AA, DA and FE. RGB value is (170,218,254). Sum of RGB (Red+Green+Blue) = 170+218+254=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #AADAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAFE is #552501. Grayscale: #CFCFCF. Windows color (decimal): -5580034 or 16702122. OLE color: 16702122.

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

Color convert

RGB 170 218 254 -
CMYK 0.33 0.14 0 0.00
HSL 205.71º 0.98% 0.83% -
HSV(B) 205.71º 0.33% 1% -
XYZ 59.54 65.84 103.34 -
YUV 207.75 154.1 101.07 -
System Red Green Blue C M Y K H S L
Decimal 170 218 254 0.33 0.14 0 0.00 205.71 0.98 0.83
Hex AA DA FE 21 E 0 0 CE 62 53
Octal 252 332 376 41 16 0 0 316 142 123
Binary 10101010 11011010 11111110 100001 1110 0 0 11001110 1100010 1010011

Color Harmonies of #AADAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAFE

Black with #AADAFE

Text Example


Text Example

White with #AADAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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