Html Css Color HEX #AEE1FF Columbia Blue

📋 copy color: '#AEE1FF'

red 174 ◦ green 225 ◦ blue 255

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

Shades of Columbia Blue #AEE1FF

Tints of Columbia Blue #AEE1FF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.4%

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

R = 26.61%
G = 34.4%
B = 38.99%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEE1FF (or 0xAEE1FF) is known color: Columbia Blue. HEX triplet: AE, E1 and FF. RGB value is (174,225,255). Sum of RGB (Red+Green+Blue) = 174+225+255=654 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.61% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE1FF is #511E00. Grayscale: #D5D5D5. Windows color (decimal): -5316097 or 16769454. OLE color: 16769454.

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

Color convert

RGB 174 225 255 -
CMYK 0.32 0.12 0 0
HSL 202.22º 1% 0.84% -
HSV(B) 202.22º 0.32% 1% -
XYZ 62.43 70.07 104.84 -
YUV 213.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 174 225 255 0.32 0.12 0 0 202.22 1 0.84
Hex AE E1 FF 20 C 0 0 CA 64 54
Octal 256 341 377 40 14 0 0 312 144 124
Binary 10101110 11100001 11111111 100000 1100 0 0 11001010 1100100 1010100

Color Harmonies of #AEE1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE1FF

Black with #AEE1FF

Text Example


Text Example

White with #AEE1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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