Html Css Color HEX #AEDEFA Columbia Blue

📋 copy color: '#AEDEFA'

red 174 ◦ green 222 ◦ blue 250

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

Shades of Columbia Blue #AEDEFA

Tints of Columbia Blue #AEDEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.37%

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

R = 26.93%
G = 34.37%
B = 38.7%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEDEFA (or 0xAEDEFA) is known color: Columbia Blue. HEX triplet: AE, DE and FA. RGB value is (174,222,250). Sum of RGB (Red+Green+Blue) = 174+222+250=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEDEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEFA is #512105. Grayscale: #D2D2D2. Windows color (decimal): -5316870 or 16441006. OLE color: 16441006.

HSL color Cylindrical-coordinate representation of color #AEDEFA: hue angle of 202.11º 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 #AEDEFA is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 222 250 -
CMYK 0.30 0.11 0 0.02
HSL 202.11º 0.88% 0.83% -
HSV(B) 202.11º 0.3% 0.98% -
XYZ 60.83 68.14 100.39 -
YUV 210.84 150.1 101.72 -
System Red Green Blue C M Y K H S L
Decimal 174 222 250 0.30 0.11 0 0.02 202.11 0.88 0.83
Hex AE DE FA 1E B 0 2 CA 58 53
Octal 256 336 372 36 13 0 2 312 130 123
Binary 10101110 11011110 11111010 11110 1011 0 10 11001010 1011000 1010011

Color Harmonies of #AEDEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEFA

Black with #AEDEFA

Text Example


Text Example

White with #AEDEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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