Html Css Color HEX #AED4DE Light Blue

📋 copy color: '#AED4DE'

red 174 ◦ green 212 ◦ blue 222

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

Shades of Light Blue #AED4DE

Tints of Light Blue #AED4DE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.87%

 BLUE value IS 222 (87.11% from 255) = 36.51%

R = 28.62%
G = 34.87%
B = 36.51%

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

#AED4DE (or 0xAED4DE) is known color: Light Blue. HEX triplet: AE, D4 and DE. RGB value is (174,212,222). Sum of RGB (Red+Green+Blue) = 174+212+222=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #AED4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4DE is #512B21. Grayscale: #C9C9C9. Windows color (decimal): -5319458 or 14603438. OLE color: 14603438.

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

Color convert

RGB 174 212 222 -
CMYK 0.22 0.05 0 0.13
HSL 192.5º 0.42% 0.78% -
HSV(B) 192.5º 0.22% 0.87% -
XYZ 54.18 61.36 78.1 -
YUV 201.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 174 212 222 0.22 0.05 0 0.13 192.5 0.42 0.78
Hex AE D4 DE 16 5 0 D C0 2A 4E
Octal 256 324 336 26 5 0 15 300 52 116
Binary 10101110 11010100 11011110 10110 101 0 1101 11000000 101010 1001110

Color Harmonies of #AED4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED4DE

Black with #AED4DE

Text Example


Text Example

White with #AED4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED4DE; }

 p { color: rgb(174,212,222); }

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

background-color css

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

 a { background-color: rgb(174,212,222); }

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

border-color css

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

 span { border-color: rgb(174,212,222); }

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