Html Css Color HEX #AED7DF Light Blue

📋 copy color: '#AED7DF'

red 174 ◦ green 215 ◦ blue 223

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

Shades of Light Blue #AED7DF

Tints of Light Blue #AED7DF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.13%

 BLUE value IS 223 (87.5% from 255) = 36.44%

R = 28.43%
G = 35.13%
B = 36.44%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AED7DF (or 0xAED7DF) is known color: Light Blue. HEX triplet: AE, D7 and DF. RGB value is (174,215,223). Sum of RGB (Red+Green+Blue) = 174+215+223=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #AED7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7DF is #512820. Grayscale: #CBCBCB. Windows color (decimal): -5318689 or 14669742. OLE color: 14669742.

HSL color Cylindrical-coordinate representation of color #AED7DF: hue angle of 189.8º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AED7DF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 215 223 -
CMYK 0.22 0.04 0 0.13
HSL 189.8º 0.43% 0.78% -
HSV(B) 189.8º 0.22% 0.87% -
XYZ 55.08 62.93 79.06 -
YUV 203.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 174 215 223 0.22 0.04 0 0.13 189.8 0.43 0.78
Hex AE D7 DF 16 4 0 D BE 2B 4E
Octal 256 327 337 26 4 0 15 276 53 116
Binary 10101110 11010111 11011111 10110 100 0 1101 10111110 101011 1001110

Color Harmonies of #AED7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7DF

Black with #AED7DF

Text Example


Text Example

White with #AED7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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