Html Css Color HEX #AEDDEA Light Blue

📋 copy color: '#AEDDEA'

red 174 ◦ green 221 ◦ blue 234

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

Shades of Light Blue #AEDDEA

Tints of Light Blue #AEDDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.14%

 BLUE value IS 234 (91.8% from 255) = 37.2%

R = 27.66%
G = 35.14%
B = 37.2%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEDDEA (or 0xAEDDEA) is known color: Light Blue. HEX triplet: AE, DD and EA. RGB value is (174,221,234). Sum of RGB (Red+Green+Blue) = 174+221+234=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEDDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDEA is #512215. Grayscale: #D0D0D0. Windows color (decimal): -5317142 or 15392174. OLE color: 15392174.

HSL color Cylindrical-coordinate representation of color #AEDDEA: hue angle of 193º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEDDEA is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 221 234 -
CMYK 0.26 0.06 0 0.08
HSL 193º 0.59% 0.8% -
HSV(B) 193º 0.26% 0.92% -
XYZ 58.16 66.65 87.64 -
YUV 208.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 174 221 234 0.26 0.06 0 0.08 193 0.59 0.8
Hex AE DD EA 1A 6 0 8 C1 3B 50
Octal 256 335 352 32 6 0 10 301 73 120
Binary 10101110 11011101 11101010 11010 110 0 1000 11000001 111011 1010000

Color Harmonies of #AEDDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDEA

Black with #AEDDEA

Text Example


Text Example

White with #AEDDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDEA; }

 p { color: rgb(174,221,234); }

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

background-color css

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

 a { background-color: rgb(174,221,234); }

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

border-color css

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

 span { border-color: rgb(174,221,234); }

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