#AEDBFE

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

Shades of Columbia Blue #AEDBFE

Tints of Columbia Blue #AEDBFE

Color information

#AEDBFE (or 0xAEDBFE) is unknown color: approx Columbia Blue. HEX triplet: AE, DB and FE. RGB value is (174,219,254). Sum of RGB (Red+Green+Blue) = 174+219+254=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEDBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBFE is #512401. Grayscale: #D1D1D1. Windows color (decimal): -5317634 or 16702382. OLE color: 16702382.

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

Color convert

RGB174219254-
CMYK0.310.1400.00
HSL206.25º97.56%83.92%-
HSV(B)206.25º31.5%99.61%-
XYZ60.6866.82103.47-
YUV209.54153.09102.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.89%
GREEN value IS 219 (85.94% from 255) = 33.85%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=26.89%
G=33.85%
B=39.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742192540.310.1400.00206.2597.5683.92
HexAEDBFE1FE00ce6254
Octal256333376371600316142124
Binary101011101101101111111110111111110001100111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBFE; }

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

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

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

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

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

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

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

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