Html Css Color HEX #AED6E8 Light Blue

📋 copy color: '#AED6E8'

red 174 ◦ green 214 ◦ blue 232

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

Shades of Light Blue #AED6E8

Tints of Light Blue #AED6E8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.52%

 BLUE value IS 232 (91.02% from 255) = 37.42%

R = 28.06%
G = 34.52%
B = 37.42%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AED6E8 (or 0xAED6E8) is known color: Light Blue. HEX triplet: AE, D6 and E8. RGB value is (174,214,232). Sum of RGB (Red+Green+Blue) = 174+214+232=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #AED6E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6E8 is #512917. Grayscale: #CBCBCB. Windows color (decimal): -5318936 or 15259310. OLE color: 15259310.

HSL color Cylindrical-coordinate representation of color #AED6E8: hue angle of 198.62º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AED6E8 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 214 232 -
CMYK 0.25 0.08 0 0.09
HSL 198.62º 0.56% 0.8% -
HSV(B) 198.62º 0.25% 0.91% -
XYZ 56.07 62.92 85.53 -
YUV 204.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 174 214 232 0.25 0.08 0 0.09 198.62 0.56 0.8
Hex AE D6 E8 19 8 0 9 C7 38 50
Octal 256 326 350 31 10 0 11 307 70 120
Binary 10101110 11010110 11101000 11001 1000 0 1001 11000111 111000 1010000

Color Harmonies of #AED6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6E8

Black with #AED6E8

Text Example


Text Example

White with #AED6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6E8; }

 p { color: rgb(174,214,232); }

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

background-color css

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

 a { background-color: rgb(174,214,232); }

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

border-color css

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

 span { border-color: rgb(174,214,232); }

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