Html Css Color HEX #AEDAE6 Light Blue

📋 copy color: '#AEDAE6'

red 174 ◦ green 218 ◦ blue 230

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

Shades of Light Blue #AEDAE6

Tints of Light Blue #AEDAE6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.05%

 BLUE value IS 230 (90.23% from 255) = 36.98%

R = 27.97%
G = 35.05%
B = 36.98%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AEDAE6 (or 0xAEDAE6) is known color: Light Blue. HEX triplet: AE, DA and E6. RGB value is (174,218,230). Sum of RGB (Red+Green+Blue) = 174+218+230=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEDAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAE6 is #512519. Grayscale: #CECECE. Windows color (decimal): -5317914 or 15129262. OLE color: 15129262.

HSL color Cylindrical-coordinate representation of color #AEDAE6: hue angle of 192.86º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEDAE6 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 218 230 -
CMYK 0.24 0.05 0 0.10
HSL 192.86º 0.53% 0.79% -
HSV(B) 192.86º 0.24% 0.9% -
XYZ 56.81 64.85 84.39 -
YUV 206.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 174 218 230 0.24 0.05 0 0.10 192.86 0.53 0.79
Hex AE DA E6 18 5 0 A C1 35 4F
Octal 256 332 346 30 5 0 12 301 65 117
Binary 10101110 11011010 11100110 11000 101 0 1010 11000001 110101 1001111

Color Harmonies of #AEDAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAE6

Black with #AEDAE6

Text Example


Text Example

White with #AEDAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAE6; }

 p { color: rgb(174,218,230); }

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

background-color css

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

 a { background-color: rgb(174,218,230); }

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

border-color css

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

 span { border-color: rgb(174,218,230); }

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