Html Css Color HEX #AED5DF Light Blue

📋 copy color: '#AED5DF'

red 174 ◦ green 213 ◦ blue 223

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

Shades of Light Blue #AED5DF

Tints of Light Blue #AED5DF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.92%

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

R = 28.52%
G = 34.92%
B = 36.56%

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

#AED5DF (or 0xAED5DF) is known color: Light Blue. HEX triplet: AE, D5 and DF. RGB value is (174,213,223). Sum of RGB (Red+Green+Blue) = 174+213+223=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #AED5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5DF is #512A20. Grayscale: #CACACA. Windows color (decimal): -5319201 or 14669230. OLE color: 14669230.

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

Color convert

RGB 174 213 223 -
CMYK 0.22 0.04 0 0.13
HSL 192.24º 0.43% 0.78% -
HSV(B) 192.24º 0.22% 0.87% -
XYZ 54.57 61.91 78.89 -
YUV 202.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 174 213 223 0.22 0.04 0 0.13 192.24 0.43 0.78
Hex AE D5 DF 16 4 0 D C0 2B 4E
Octal 256 325 337 26 4 0 15 300 53 116
Binary 10101110 11010101 11011111 10110 100 0 1101 11000000 101011 1001110

Color Harmonies of #AED5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED5DF

Black with #AED5DF

Text Example


Text Example

White with #AED5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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