#AEDFFE

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

Shades of Columbia Blue #AEDFFE

Tints of Columbia Blue #AEDFFE

Color information

#AEDFFE (or 0xAEDFFE) is unknown color: approx Columbia Blue. HEX triplet: AE, DF and FE. RGB value is (174,223,254). Sum of RGB (Red+Green+Blue) = 174+223+254=651 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.73% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEDFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFFE is #512001. Grayscale: #D3D3D3. Windows color (decimal): -5316610 or 16703406. OLE color: 16703406.

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

Color convert

RGB174223254-
CMYK0.310.1200.00
HSL203.25º97.56%83.92%-
HSV(B)203.25º31.5%99.61%-
XYZ61.7368.93103.82-
YUV211.88151.77100.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.73%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 254 (99.61% from 255) = 39.02%
R=26.73%
G=34.25%
B=39.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742232540.310.1200.00203.2597.5683.92
HexAEDFFE1FC00cb6254
Octal256337376371400313142124
Binary101011101101111111111110111111100001100101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFFE; }

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

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

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

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

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

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

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

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