Html Css Color HEX #AADEFA Columbia Blue

📋 copy color: '#AADEFA'

red 170 ◦ green 222 ◦ blue 250

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

Shades of Columbia Blue #AADEFA

Tints of Columbia Blue #AADEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.58%

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

R = 26.48%
G = 34.58%
B = 38.94%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AADEFA (or 0xAADEFA) is known color: Columbia Blue. HEX triplet: AA, DE and FA. RGB value is (170,222,250). Sum of RGB (Red+Green+Blue) = 170+222+250=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #AADEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEFA is #552105. Grayscale: #D1D1D1. Windows color (decimal): -5579014 or 16441002. OLE color: 16441002.

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

Color convert

RGB 170 222 250 -
CMYK 0.32 0.11 0 0.02
HSL 201º 0.89% 0.82% -
HSV(B) 201º 0.32% 0.98% -
XYZ 59.95 67.69 100.35 -
YUV 209.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 170 222 250 0.32 0.11 0 0.02 201 0.89 0.82
Hex AA DE FA 20 B 0 2 C9 59 52
Octal 252 336 372 40 13 0 2 311 131 122
Binary 10101010 11011110 11111010 100000 1011 0 10 11001001 1011001 1010010

Color Harmonies of #AADEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEFA

Black with #AADEFA

Text Example


Text Example

White with #AADEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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