#AEDBFF

Color #AEDBFF Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #AEDBFF

Tints of Columbia Blue #AEDBFF

Color information

#AEDBFF (or 0xAEDBFF) is unknown color: approx Columbia Blue. HEX triplet: AE, DB and FF. RGB value is (174,219,255). Sum of RGB (Red+Green+Blue) = 174+219+255=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBFF is #512400. Grayscale: #D1D1D1. Windows color (decimal): -5317633 or 16767918. OLE color: 16767918.

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

Color convert

RGB174219255-
CMYK0.320.1400
HSL206.67º100%84.12%-
HSV(B)206.67º31.76%100%-
XYZ60.8466.88104.31-
YUV209.65153.59102.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.85%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 255 (100% from 255) = 39.35%
R=26.85%
G=33.80%
B=39.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742192550.320.1400206.6710084.12
HexAEDBFF20E00cf6454
Octal256333377401600317144124
Binary1010111011011011111111111000001110001100111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBFF; }

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

 H1.HeaderClassName
 {
   color: #AEDBFF;
 }
 .AnyTagClassName
 {
   color: #AEDBFF;
 }
</style>
background-color css

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

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

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

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

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

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