Html Css Color HEX #AEDDFB Columbia Blue

📋 copy color: '#AEDDFB'

red 174 ◦ green 221 ◦ blue 251

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

Shades of Columbia Blue #AEDDFB

Tints of Columbia Blue #AEDDFB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.21%

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

R = 26.93%
G = 34.21%
B = 38.85%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEDDFB (or 0xAEDDFB) is known color: Columbia Blue. HEX triplet: AE, DD and FB. RGB value is (174,221,251). Sum of RGB (Red+Green+Blue) = 174+221+251=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEDDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDFB is #512204. Grayscale: #D2D2D2. Windows color (decimal): -5317125 or 16506286. OLE color: 16506286.

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

Color convert

RGB 174 221 251 -
CMYK 0.31 0.12 0 0.02
HSL 203.38º 0.91% 0.83% -
HSV(B) 203.38º 0.31% 0.98% -
XYZ 60.72 67.68 101.13 -
YUV 210.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 174 221 251 0.31 0.12 0 0.02 203.38 0.91 0.83
Hex AE DD FB 1F C 0 2 CB 5B 53
Octal 256 335 373 37 14 0 2 313 133 123
Binary 10101110 11011101 11111011 11111 1100 0 10 11001011 1011011 1010011

Color Harmonies of #AEDDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDFB

Black with #AEDDFB

Text Example


Text Example

White with #AEDDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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