Html Css Color HEX #AED8E3 Light Blue

📋 copy color: '#AED8E3'

red 174 ◦ green 216 ◦ blue 227

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

Shades of Light Blue #AED8E3

Tints of Light Blue #AED8E3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.01%

 BLUE value IS 227 (89.06% from 255) = 36.79%

R = 28.2%
G = 35.01%
B = 36.79%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AED8E3 (or 0xAED8E3) is known color: Light Blue. HEX triplet: AE, D8 and E3. RGB value is (174,216,227). Sum of RGB (Red+Green+Blue) = 174+216+227=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #AED8E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8E3 is #51271C. Grayscale: #CCCCCC. Windows color (decimal): -5318429 or 14932142. OLE color: 14932142.

HSL color Cylindrical-coordinate representation of color #AED8E3: hue angle of 192.45º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AED8E3 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 216 227 -
CMYK 0.23 0.05 0 0.11
HSL 192.45º 0.49% 0.79% -
HSV(B) 192.45º 0.23% 0.89% -
XYZ 55.88 63.66 82.01 -
YUV 204.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 174 216 227 0.23 0.05 0 0.11 192.45 0.49 0.79
Hex AE D8 E3 17 5 0 B C0 31 4F
Octal 256 330 343 27 5 0 13 300 61 117
Binary 10101110 11011000 11100011 10111 101 0 1011 11000000 110001 1001111

Color Harmonies of #AED8E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8E3

Black with #AED8E3

Text Example


Text Example

White with #AED8E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8E3; }

 p { color: rgb(174,216,227); }

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

background-color css

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

 a { background-color: rgb(174,216,227); }

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

border-color css

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

 span { border-color: rgb(174,216,227); }

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