Html Css Color HEX #AEE0FB Columbia Blue

📋 copy color: '#AEE0FB'

red 174 ◦ green 224 ◦ blue 251

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

Shades of Columbia Blue #AEE0FB

Tints of Columbia Blue #AEE0FB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.51%

 BLUE value IS 251 (98.44% from 255) = 38.67%

R = 26.81%
G = 34.51%
B = 38.67%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEE0FB (or 0xAEE0FB) is known color: Columbia Blue. HEX triplet: AE, E0 and FB. RGB value is (174,224,251). Sum of RGB (Red+Green+Blue) = 174+224+251=649 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.81% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEE0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0FB is #511F04. Grayscale: #D3D3D3. Windows color (decimal): -5316357 or 16507054. OLE color: 16507054.

HSL color Cylindrical-coordinate representation of color #AEE0FB: hue angle of 201.04º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEE0FB is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 224 251 -
CMYK 0.31 0.11 0 0.02
HSL 201.04º 0.91% 0.83% -
HSV(B) 201.04º 0.31% 0.98% -
XYZ 61.52 69.28 101.4 -
YUV 212.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 174 224 251 0.31 0.11 0 0.02 201.04 0.91 0.83
Hex AE E0 FB 1F B 0 2 C9 5B 53
Octal 256 340 373 37 13 0 2 311 133 123
Binary 10101110 11100000 11111011 11111 1011 0 10 11001001 1011011 1010011

Color Harmonies of #AEE0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE0FB

Black with #AEE0FB

Text Example


Text Example

White with #AEE0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE0FB; }

 p { color: rgb(174,224,251); }

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

background-color css

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

 a { background-color: rgb(174,224,251); }

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

border-color css

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

 span { border-color: rgb(174,224,251); }

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