Html Css Color HEX #AED0DF Light Blue

📋 copy color: '#AED0DF'

red 174 ◦ green 208 ◦ blue 223

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

Shades of Light Blue #AED0DF

Tints of Light Blue #AED0DF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.38%

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

R = 28.76%
G = 34.38%
B = 36.86%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AED0DF (or 0xAED0DF) is known color: Light Blue. HEX triplet: AE, D0 and DF. RGB value is (174,208,223). Sum of RGB (Red+Green+Blue) = 174+208+223=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #AED0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0DF is #512F20. Grayscale: #C7C7C7. Windows color (decimal): -5320481 or 14667950. OLE color: 14667950.

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

Color convert

RGB 174 208 223 -
CMYK 0.22 0.07 0 0.13
HSL 198.37º 0.43% 0.78% -
HSV(B) 198.37º 0.22% 0.87% -
XYZ 53.33 59.44 78.47 -
YUV 199.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 174 208 223 0.22 0.07 0 0.13 198.37 0.43 0.78
Hex AE D0 DF 16 7 0 D C6 2B 4E
Octal 256 320 337 26 7 0 15 306 53 116
Binary 10101110 11010000 11011111 10110 111 0 1101 11000110 101011 1001110

Color Harmonies of #AED0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0DF

Black with #AED0DF

Text Example


Text Example

White with #AED0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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