Html Css Color HEX #AAE6FF Columbia Blue

📋 copy color: '#AAE6FF'

red 170 ◦ green 230 ◦ blue 255

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

Shades of Columbia Blue #AAE6FF

Tints of Columbia Blue #AAE6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.11%

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

R = 25.95%
G = 35.11%
B = 38.93%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAE6FF (or 0xAAE6FF) is known color: Columbia Blue. HEX triplet: AA, E6 and FF. RGB value is (170,230,255). Sum of RGB (Red+Green+Blue) = 170+230+255=655 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.95% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6FF is #551900. Grayscale: #D6D6D6. Windows color (decimal): -5576961 or 16770730. OLE color: 16770730.

HSL color Cylindrical-coordinate representation of color #AAE6FF: hue angle of 197.65º 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 #AAE6FF is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 230 255 -
CMYK 0.33 0.10 0 0
HSL 197.65º 1% 0.83% -
HSV(B) 197.65º 0.33% 1% -
XYZ 62.92 72.36 105.26 -
YUV 214.91 150.62 95.97 -
System Red Green Blue C M Y K H S L
Decimal 170 230 255 0.33 0.10 0 0 197.65 1 0.83
Hex AA E6 FF 21 A 0 0 C6 64 53
Octal 252 346 377 41 12 0 0 306 144 123
Binary 10101010 11100110 11111111 100001 1010 0 0 11000110 1100100 1010011

Color Harmonies of #AAE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE6FF

Black with #AAE6FF

Text Example


Text Example

White with #AAE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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