#AEEAFF

Color #AEEAFF Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #AEEAFF

Tints of Columbia Blue #AEEAFF

Color information

#AEEAFF (or 0xAEEAFF) is unknown color: approx Columbia Blue. HEX triplet: AE, EA and FF. RGB value is (174,234,255). Sum of RGB (Red+Green+Blue) = 174+234+255=663 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.24% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEAFF is #511500. Grayscale: #DADADA. Windows color (decimal): -5313793 or 16771758. OLE color: 16771758.

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

Color convert

RGB174234255-
CMYK0.320.0800
HSL195.56º100%84.12%-
HSV(B)195.56º31.76%100%-
XYZ64.9375.06105.67-
YUV218.45148.6296.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.24%
GREEN value IS 234 (91.80% from 255) = 35.29%
BLUE value IS 255 (100% from 255) = 38.46%
R=26.24%
G=35.29%
B=38.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742342550.320.0800195.5610084.12
HexAEEAFF20800c46454
Octal256352377401000304144124
Binary1010111011101010111111111000001000001100010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEAFF; }

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

 H1.HeaderClassName
 {
   color: #AEEAFF;
 }
 .AnyTagClassName
 {
   color: #AEEAFF;
 }
</style>
background-color css

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

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

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

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

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

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