Html Css Color HEX #AEE3FF Columbia Blue

📋 copy color: '#AEE3FF'

red 174 ◦ green 227 ◦ blue 255

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

Shades of Columbia Blue #AEE3FF

Tints of Columbia Blue #AEE3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.6%

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

R = 26.52%
G = 34.6%
B = 38.87%

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

#AEE3FF (or 0xAEE3FF) is known color: Columbia Blue. HEX triplet: AE, E3 and FF. RGB value is (174,227,255). Sum of RGB (Red+Green+Blue) = 174+227+255=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEE3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE3FF is #511C00. Grayscale: #D6D6D6. Windows color (decimal): -5315585 or 16769966. OLE color: 16769966.

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

Color convert

RGB 174 227 255 -
CMYK 0.32 0.11 0 0
HSL 200.74º 1% 0.84% -
HSV(B) 200.74º 0.32% 1% -
XYZ 62.97 71.16 105.02 -
YUV 214.35 150.94 99.22 -
System Red Green Blue C M Y K H S L
Decimal 174 227 255 0.32 0.11 0 0 200.74 1 0.84
Hex AE E3 FF 20 B 0 0 C9 64 54
Octal 256 343 377 40 13 0 0 311 144 124
Binary 10101110 11100011 11111111 100000 1011 0 0 11001001 1100100 1010100

Color Harmonies of #AEE3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE3FF

Black with #AEE3FF

Text Example


Text Example

White with #AEE3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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