Html Css Color HEX #AAEAFF Columbia Blue

📋 copy color: '#AAEAFF'

red 170 ◦ green 234 ◦ blue 255

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

Shades of Columbia Blue #AAEAFF

Tints of Columbia Blue #AAEAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.51%

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

R = 25.8%
G = 35.51%
B = 38.69%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAEAFF (or 0xAAEAFF) is known color: Columbia Blue. HEX triplet: AA, EA and FF. RGB value is (170,234,255). Sum of RGB (Red+Green+Blue) = 170+234+255=659 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.80% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAFF is #551500. Grayscale: #D9D9D9. Windows color (decimal): -5575937 or 16771754. OLE color: 16771754.

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

Color convert

RGB 170 234 255 -
CMYK 0.33 0.08 0 0
HSL 194.82º 1% 0.83% -
HSV(B) 194.82º 0.33% 1% -
XYZ 64.05 74.61 105.63 -
YUV 217.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 170 234 255 0.33 0.08 0 0 194.82 1 0.83
Hex AA EA FF 21 8 0 0 C3 64 53
Octal 252 352 377 41 10 0 0 303 144 123
Binary 10101010 11101010 11111111 100001 1000 0 0 11000011 1100100 1010011

Color Harmonies of #AAEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAFF

Black with #AAEAFF

Text Example


Text Example

White with #AAEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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