Html Css Color HEX #AEE5FF Columbia Blue

📋 copy color: '#AEE5FF'

red 174 ◦ green 229 ◦ blue 255

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

Shades of Columbia Blue #AEE5FF

Tints of Columbia Blue #AEE5FF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.8%

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

R = 26.44%
G = 34.8%
B = 38.75%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEE5FF (or 0xAEE5FF) is known color: Columbia Blue. HEX triplet: AE, E5 and FF. RGB value is (174,229,255). Sum of RGB (Red+Green+Blue) = 174+229+255=658 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.44% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEE5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE5FF is #511A00. Grayscale: #D7D7D7. Windows color (decimal): -5315073 or 16770478. OLE color: 16770478.

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

Color convert

RGB 174 229 255 -
CMYK 0.32 0.10 0 0
HSL 199.26º 1% 0.84% -
HSV(B) 199.26º 0.32% 1% -
XYZ 63.52 72.26 105.21 -
YUV 215.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 174 229 255 0.32 0.10 0 0 199.26 1 0.84
Hex AE E5 FF 20 A 0 0 C7 64 54
Octal 256 345 377 40 12 0 0 307 144 124
Binary 10101110 11100101 11111111 100000 1010 0 0 11000111 1100100 1010100

Color Harmonies of #AEE5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE5FF

Black with #AEE5FF

Text Example


Text Example

White with #AEE5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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