Html Css Color HEX #AED3DF Light Blue

📋 copy color: '#AED3DF'

red 174 ◦ green 211 ◦ blue 223

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

Shades of Light Blue #AED3DF

Tints of Light Blue #AED3DF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.7%

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

R = 28.62%
G = 34.7%
B = 36.68%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AED3DF (or 0xAED3DF) is known color: Light Blue. HEX triplet: AE, D3 and DF. RGB value is (174,211,223). Sum of RGB (Red+Green+Blue) = 174+211+223=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #AED3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3DF is #512C20. Grayscale: #C9C9C9. Windows color (decimal): -5319713 or 14668718. OLE color: 14668718.

HSL color Cylindrical-coordinate representation of color #AED3DF: hue angle of 194.69º 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 #AED3DF is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 211 223 -
CMYK 0.22 0.05 0 0.13
HSL 194.69º 0.43% 0.78% -
HSV(B) 194.69º 0.22% 0.87% -
XYZ 54.07 60.91 78.72 -
YUV 201.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 174 211 223 0.22 0.05 0 0.13 194.69 0.43 0.78
Hex AE D3 DF 16 5 0 D C3 2B 4E
Octal 256 323 337 26 5 0 15 303 53 116
Binary 10101110 11010011 11011111 10110 101 0 1101 11000011 101011 1001110

Color Harmonies of #AED3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED3DF

Black with #AED3DF

Text Example


Text Example

White with #AED3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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