Html Css Color HEX #AEE1FA Columbia Blue

📋 copy color: '#AEE1FA'

red 174 ◦ green 225 ◦ blue 250

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

Shades of Columbia Blue #AEE1FA

Tints of Columbia Blue #AEE1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.52%

R = 26.81%
G = 34.67%
B = 38.52%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEE1FA (or 0xAEE1FA) is known color: Columbia Blue. HEX triplet: AE, E1 and FA. RGB value is (174,225,250). Sum of RGB (Red+Green+Blue) = 174+225+250=649 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.81% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEE1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE1FA is #511E05. Grayscale: #D4D4D4. Windows color (decimal): -5316102 or 16441774. OLE color: 16441774.

HSL color Cylindrical-coordinate representation of color #AEE1FA: hue angle of 199.74º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEE1FA is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 225 250 -
CMYK 0.30 0.10 0 0.02
HSL 199.74º 0.88% 0.83% -
HSV(B) 199.74º 0.3% 0.98% -
XYZ 61.64 69.75 100.66 -
YUV 212.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 174 225 250 0.30 0.10 0 0.02 199.74 0.88 0.83
Hex AE E1 FA 1E A 0 2 C8 58 53
Octal 256 341 372 36 12 0 2 310 130 123
Binary 10101110 11100001 11111010 11110 1010 0 10 11001000 1011000 1010011

Color Harmonies of #AEE1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE1FA

Black with #AEE1FA

Text Example


Text Example

White with #AEE1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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