Html Css Color HEX #AEE4FF Columbia Blue

📋 copy color: '#AEE4FF'

red 174 ◦ green 228 ◦ blue 255

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

Shades of Columbia Blue #AEE4FF

Tints of Columbia Blue #AEE4FF

RGB

 RED value IS 174 (68.36% from 255) = 26.48%

 GREEN value IS 228 (89.45% from 255) = 34.7%

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

R = 26.48%
G = 34.7%
B = 38.81%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEE4FF (or 0xAEE4FF) is known color: Columbia Blue. HEX triplet: AE, E4 and FF. RGB value is (174,228,255). Sum of RGB (Red+Green+Blue) = 174+228+255=657 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.48% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEE4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE4FF is #511B00. Grayscale: #D6D6D6. Windows color (decimal): -5315329 or 16770222. OLE color: 16770222.

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

Color convert

RGB 174 228 255 -
CMYK 0.32 0.11 0 0
HSL 200º 1% 0.84% -
HSV(B) 200º 0.32% 1% -
XYZ 63.25 71.71 105.11 -
YUV 214.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 174 228 255 0.32 0.11 0 0 200 1 0.84
Hex AE E4 FF 20 B 0 0 C8 64 54
Octal 256 344 377 40 13 0 0 310 144 124
Binary 10101110 11100100 11111111 100000 1011 0 0 11001000 1100100 1010100

Color Harmonies of #AEE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE4FF

Black with #AEE4FF

Text Example


Text Example

White with #AEE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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