Html Css Color HEX #AEE6FF Columbia Blue

📋 copy color: '#AEE6FF'

red 174 ◦ green 230 ◦ blue 255

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

Shades of Columbia Blue #AEE6FF

Tints of Columbia Blue #AEE6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.9%

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

R = 26.4%
G = 34.9%
B = 38.69%

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

#AEE6FF (or 0xAEE6FF) is known color: Columbia Blue. HEX triplet: AE, E6 and FF. RGB value is (174,230,255). Sum of RGB (Red+Green+Blue) = 174+230+255=659 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.40% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE6FF is #511900. Grayscale: #D7D7D7. Windows color (decimal): -5314817 or 16770734. OLE color: 16770734.

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

Color convert

RGB 174 230 255 -
CMYK 0.32 0.10 0 0
HSL 198.52º 1% 0.84% -
HSV(B) 198.52º 0.32% 1% -
XYZ 63.8 72.81 105.3 -
YUV 216.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 174 230 255 0.32 0.10 0 0 198.52 1 0.84
Hex AE E6 FF 20 A 0 0 C7 64 54
Octal 256 346 377 40 12 0 0 307 144 124
Binary 10101110 11100110 11111111 100000 1010 0 0 11000111 1100100 1010100

Color Harmonies of #AEE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE6FF

Black with #AEE6FF

Text Example


Text Example

White with #AEE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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