#AEDFF6

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

Shades of Light Blue #AEDFF6

Tints of Light Blue #AEDFF6

Color information

#AEDFF6 (or 0xAEDFF6) is unknown color: approx Light Blue. HEX triplet: AE, DF and F6. RGB value is (174,223,246). Sum of RGB (Red+Green+Blue) = 174+223+246=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #AEDFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF6 is #512009. Grayscale: #D2D2D2. Windows color (decimal): -5316618 or 16179118. OLE color: 16179118.

HSL color Cylindrical-coordinate representation of color #AEDFF6: hue angle of 199.17º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEDFF6 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174223246-
CMYK0.290.0900.04
HSL199.17º80%82.35%-
HSV(B)199.17º29.27%96.47%-
XYZ60.4868.4397.21-
YUV210.97147.77101.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.06%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 246 (96.48% from 255) = 38.26%
R=27.06%
G=34.68%
B=38.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742232460.290.0900.04199.178082.35
HexAEDFF61D904c75052
Octal256337366351104307120122
Binary10101110110111111111011011101100101001100011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFF6; }

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

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

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

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

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

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

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

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