Html Css Color HEX #AEE9FF Columbia Blue

📋 copy color: '#AEE9FF'

red 174 ◦ green 233 ◦ blue 255

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

Shades of Columbia Blue #AEE9FF

Tints of Columbia Blue #AEE9FF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.2%

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

R = 26.28%
G = 35.2%
B = 38.52%

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

#AEE9FF (or 0xAEE9FF) is known color: Columbia Blue. HEX triplet: AE, E9 and FF. RGB value is (174,233,255). Sum of RGB (Red+Green+Blue) = 174+233+255=662 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.28% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEE9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE9FF is #511600. Grayscale: #D9D9D9. Windows color (decimal): -5314049 or 16771502. OLE color: 16771502.

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

Color convert

RGB 174 233 255 -
CMYK 0.32 0.09 0 0
HSL 196.3º 1% 0.84% -
HSV(B) 196.3º 0.32% 1% -
XYZ 64.64 74.5 105.58 -
YUV 217.87 148.95 96.71 -
System Red Green Blue C M Y K H S L
Decimal 174 233 255 0.32 0.09 0 0 196.3 1 0.84
Hex AE E9 FF 20 9 0 0 C4 64 54
Octal 256 351 377 40 11 0 0 304 144 124
Binary 10101110 11101001 11111111 100000 1001 0 0 11000100 1100100 1010100

Color Harmonies of #AEE9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE9FF

Black with #AEE9FF

Text Example


Text Example

White with #AEE9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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