Html Css Color HEX #AEEAFF Columbia Blue

📋 copy color: '#AEEAFF'

red 174 ◦ green 234 ◦ blue 255

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

Shades of Columbia Blue #AEEAFF

Tints of Columbia Blue #AEEAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.29%

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

R = 26.24%
G = 35.29%
B = 38.46%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEEAFF (or 0xAEEAFF) is known color: Columbia Blue. HEX triplet: AE, EA and FF. RGB value is (174,234,255). Sum of RGB (Red+Green+Blue) = 174+234+255=663 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.24% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEAFF is #511500. Grayscale: #DADADA. Windows color (decimal): -5313793 or 16771758. OLE color: 16771758.

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

Color convert

RGB 174 234 255 -
CMYK 0.32 0.08 0 0
HSL 195.56º 1% 0.84% -
HSV(B) 195.56º 0.32% 1% -
XYZ 64.93 75.06 105.67 -
YUV 218.45 148.62 96.29 -
System Red Green Blue C M Y K H S L
Decimal 174 234 255 0.32 0.08 0 0 195.56 1 0.84
Hex AE EA FF 20 8 0 0 C4 64 54
Octal 256 352 377 40 10 0 0 304 144 124
Binary 10101110 11101010 11111111 100000 1000 0 0 11000100 1100100 1010100

Color Harmonies of #AEEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEAFF

Black with #AEEAFF

Text Example


Text Example

White with #AEEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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