Html Css Color HEX #AEE7FF Columbia Blue

📋 copy color: '#AEE7FF'

red 174 ◦ green 231 ◦ blue 255

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

Shades of Columbia Blue #AEE7FF

Tints of Columbia Blue #AEE7FF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35%

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

R = 26.36%
G = 35%
B = 38.64%

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

#AEE7FF (or 0xAEE7FF) is known color: Columbia Blue. HEX triplet: AE, E7 and FF. RGB value is (174,231,255). Sum of RGB (Red+Green+Blue) = 174+231+255=660 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.36% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEE7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE7FF is #511800. Grayscale: #D8D8D8. Windows color (decimal): -5314561 or 16770990. OLE color: 16770990.

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

Color convert

RGB 174 231 255 -
CMYK 0.32 0.09 0 0
HSL 197.78º 1% 0.84% -
HSV(B) 197.78º 0.32% 1% -
XYZ 64.08 73.37 105.39 -
YUV 216.69 149.62 97.55 -
System Red Green Blue C M Y K H S L
Decimal 174 231 255 0.32 0.09 0 0 197.78 1 0.84
Hex AE E7 FF 20 9 0 0 C6 64 54
Octal 256 347 377 40 11 0 0 306 144 124
Binary 10101110 11100111 11111111 100000 1001 0 0 11000110 1100100 1010100

Color Harmonies of #AEE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE7FF

Black with #AEE7FF

Text Example


Text Example

White with #AEE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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