Html Css Color HEX #AEDDFE Columbia Blue

📋 copy color: '#AEDDFE'

red 174 ◦ green 221 ◦ blue 254

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

Shades of Columbia Blue #AEDDFE

Tints of Columbia Blue #AEDDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.14%

R = 26.81%
G = 34.05%
B = 39.14%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AEDDFE (or 0xAEDDFE) is known color: Columbia Blue. HEX triplet: AE, DD and FE. RGB value is (174,221,254). Sum of RGB (Red+Green+Blue) = 174+221+254=649 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.81% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEDDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDFE is #512201. Grayscale: #D2D2D2. Windows color (decimal): -5317122 or 16702894. OLE color: 16702894.

HSL color Cylindrical-coordinate representation of color #AEDDFE: hue angle of 204.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEDDFE is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 221 254 -
CMYK 0.31 0.13 0 0.00
HSL 204.75º 0.98% 0.84% -
HSV(B) 204.75º 0.31% 1% -
XYZ 61.2 67.87 103.64 -
YUV 210.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 174 221 254 0.31 0.13 0 0.00 204.75 0.98 0.84
Hex AE DD FE 1F D 0 0 CD 62 54
Octal 256 335 376 37 15 0 0 315 142 124
Binary 10101110 11011101 11111110 11111 1101 0 0 11001101 1100010 1010100

Color Harmonies of #AEDDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDFE

Black with #AEDDFE

Text Example


Text Example

White with #AEDDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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