Html Css Color HEX #AEDEFF Columbia Blue

📋 copy color: '#AEDEFF'

red 174 ◦ green 222 ◦ blue 255

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

Shades of Columbia Blue #AEDEFF

Tints of Columbia Blue #AEDEFF

RGB

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

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

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

R = 26.73%
G = 34.1%
B = 39.17%

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

#AEDEFF (or 0xAEDEFF) is known color: Columbia Blue. HEX triplet: AE, DE and FF. RGB value is (174,222,255). Sum of RGB (Red+Green+Blue) = 174+222+255=651 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.73% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEDEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEFF is #512100. Grayscale: #D3D3D3. Windows color (decimal): -5316865 or 16768686. OLE color: 16768686.

HSL color Cylindrical-coordinate representation of color #AEDEFF: hue angle of 204.44º 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 #AEDEFF is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 222 255 -
CMYK 0.32 0.13 0 0
HSL 204.44º 1% 0.84% -
HSV(B) 204.44º 0.32% 1% -
XYZ 61.63 68.46 104.57 -
YUV 211.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 174 222 255 0.32 0.13 0 0 204.44 1 0.84
Hex AE DE FF 20 D 0 0 CC 64 54
Octal 256 336 377 40 15 0 0 314 144 124
Binary 10101110 11011110 11111111 100000 1101 0 0 11001100 1100100 1010100

Color Harmonies of #AEDEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEFF

Black with #AEDEFF

Text Example


Text Example

White with #AEDEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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