Html Css Color HEX #AEE8FF Columbia Blue

📋 copy color: '#AEE8FF'

red 174 ◦ green 232 ◦ blue 255

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

Shades of Columbia Blue #AEE8FF

Tints of Columbia Blue #AEE8FF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.1%

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

R = 26.32%
G = 35.1%
B = 38.58%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEE8FF (or 0xAEE8FF) is known color: Columbia Blue. HEX triplet: AE, E8 and FF. RGB value is (174,232,255). Sum of RGB (Red+Green+Blue) = 174+232+255=661 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.32% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEE8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE8FF is #511700. Grayscale: #D9D9D9. Windows color (decimal): -5314305 or 16771246. OLE color: 16771246.

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

Color convert

RGB 174 232 255 -
CMYK 0.32 0.09 0 0
HSL 197.04º 1% 0.84% -
HSV(B) 197.04º 0.32% 1% -
XYZ 64.36 73.93 105.49 -
YUV 217.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 174 232 255 0.32 0.09 0 0 197.04 1 0.84
Hex AE E8 FF 20 9 0 0 C5 64 54
Octal 256 350 377 40 11 0 0 305 144 124
Binary 10101110 11101000 11111111 100000 1001 0 0 11000101 1100100 1010100

Color Harmonies of #AEE8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE8FF

Black with #AEE8FF

Text Example


Text Example

White with #AEE8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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