Html Css Color HEX #AEDDFF Columbia Blue

📋 copy color: '#AEDDFF'

red 174 ◦ green 221 ◦ blue 255

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

Shades of Columbia Blue #AEDDFF

Tints of Columbia Blue #AEDDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.23%

R = 26.77%
G = 34%
B = 39.23%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEDDFF (or 0xAEDDFF) is known color: Columbia Blue. HEX triplet: AE, DD and FF. RGB value is (174,221,255). Sum of RGB (Red+Green+Blue) = 174+221+255=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEDDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDFF is #512200. Grayscale: #D2D2D2. Windows color (decimal): -5317121 or 16768430. OLE color: 16768430.

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

Color convert

RGB 174 221 255 -
CMYK 0.32 0.13 0 0
HSL 205.19º 1% 0.84% -
HSV(B) 205.19º 0.32% 1% -
XYZ 61.36 67.93 104.49 -
YUV 210.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 174 221 255 0.32 0.13 0 0 205.19 1 0.84
Hex AE DD FF 20 D 0 0 CD 64 54
Octal 256 335 377 40 15 0 0 315 144 124
Binary 10101110 11011101 11111111 100000 1101 0 0 11001101 1100100 1010100

Color Harmonies of #AEDDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDFF

Black with #AEDDFF

Text Example


Text Example

White with #AEDDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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