Html Css Color HEX #AEDCFC Columbia Blue

📋 copy color: '#AEDCFC'

red 174 ◦ green 220 ◦ blue 252

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

Shades of Columbia Blue #AEDCFC

Tints of Columbia Blue #AEDCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.06%

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

R = 26.93%
G = 34.06%
B = 39.01%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AEDCFC (or 0xAEDCFC) is known color: Columbia Blue. HEX triplet: AE, DC and FC. RGB value is (174,220,252). Sum of RGB (Red+Green+Blue) = 174+220+252=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEDCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCFC is #512303. Grayscale: #D1D1D1. Windows color (decimal): -5317380 or 16571566. OLE color: 16571566.

HSL color Cylindrical-coordinate representation of color #AEDCFC: hue angle of 204.62º 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 #AEDCFC is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 220 252 -
CMYK 0.31 0.13 0 0.01
HSL 204.62º 0.93% 0.84% -
HSV(B) 204.62º 0.31% 0.99% -
XYZ 60.62 67.21 101.87 -
YUV 209.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 174 220 252 0.31 0.13 0 0.01 204.62 0.93 0.84
Hex AE DC FC 1F D 0 1 CD 5D 54
Octal 256 334 374 37 15 0 1 315 135 124
Binary 10101110 11011100 11111100 11111 1101 0 1 11001101 1011101 1010100

Color Harmonies of #AEDCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCFC

Black with #AEDCFC

Text Example


Text Example

White with #AEDCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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