Html Css Color HEX #AEE0FC Columbia Blue

📋 copy color: '#AEE0FC'

red 174 ◦ green 224 ◦ blue 252

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

Shades of Columbia Blue #AEE0FC

Tints of Columbia Blue #AEE0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.77%

R = 26.77%
G = 34.46%
B = 38.77%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AEE0FC (or 0xAEE0FC) is known color: Columbia Blue. HEX triplet: AE, E0 and FC. RGB value is (174,224,252). Sum of RGB (Red+Green+Blue) = 174+224+252=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEE0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0FC is #511F03. Grayscale: #D4D4D4. Windows color (decimal): -5316356 or 16572590. OLE color: 16572590.

HSL color Cylindrical-coordinate representation of color #AEE0FC: hue angle of 201.54º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEE0FC is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 224 252 -
CMYK 0.31 0.11 0 0.01
HSL 201.54º 0.93% 0.84% -
HSV(B) 201.54º 0.31% 0.99% -
XYZ 61.68 69.34 102.23 -
YUV 212.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 174 224 252 0.31 0.11 0 0.01 201.54 0.93 0.84
Hex AE E0 FC 1F B 0 1 CA 5D 54
Octal 256 340 374 37 13 0 1 312 135 124
Binary 10101110 11100000 11111100 11111 1011 0 1 11001010 1011101 1010100

Color Harmonies of #AEE0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE0FC

Black with #AEE0FC

Text Example


Text Example

White with #AEE0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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