Html Css Color HEX #AEDCFA Columbia Blue

📋 copy color: '#AEDCFA'

red 174 ◦ green 220 ◦ blue 250

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

Shades of Columbia Blue #AEDCFA

Tints of Columbia Blue #AEDCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.82%

R = 27.02%
G = 34.16%
B = 38.82%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEDCFA (or 0xAEDCFA) is known color: Columbia Blue. HEX triplet: AE, DC and FA. RGB value is (174,220,250). Sum of RGB (Red+Green+Blue) = 174+220+250=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEDCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCFA is #512305. Grayscale: #D1D1D1. Windows color (decimal): -5317382 or 16440494. OLE color: 16440494.

HSL color Cylindrical-coordinate representation of color #AEDCFA: hue angle of 203.68º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDCFA is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 220 250 -
CMYK 0.30 0.12 0 0.02
HSL 203.68º 0.88% 0.83% -
HSV(B) 203.68º 0.3% 0.98% -
XYZ 60.3 67.09 100.21 -
YUV 209.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 174 220 250 0.30 0.12 0 0.02 203.68 0.88 0.83
Hex AE DC FA 1E C 0 2 CC 58 53
Octal 256 334 372 36 14 0 2 314 130 123
Binary 10101110 11011100 11111010 11110 1100 0 10 11001100 1011000 1010011

Color Harmonies of #AEDCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCFA

Black with #AEDCFA

Text Example


Text Example

White with #AEDCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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