Html Css Color HEX #AEDBE9 Light Blue

📋 copy color: '#AEDBE9'

red 174 ◦ green 219 ◦ blue 233

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

Shades of Light Blue #AEDBE9

Tints of Light Blue #AEDBE9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.98%

 BLUE value IS 233 (91.41% from 255) = 37.22%

R = 27.8%
G = 34.98%
B = 37.22%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AEDBE9 (or 0xAEDBE9) is known color: Light Blue. HEX triplet: AE, DB and E9. RGB value is (174,219,233). Sum of RGB (Red+Green+Blue) = 174+219+233=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #AEDBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBE9 is #512416. Grayscale: #CFCFCF. Windows color (decimal): -5317655 or 15326126. OLE color: 15326126.

HSL color Cylindrical-coordinate representation of color #AEDBE9: hue angle of 194.24º degrees, saturation: 0.57, 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 #AEDBE9 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 219 233 -
CMYK 0.25 0.06 0 0.09
HSL 194.24º 0.57% 0.8% -
HSV(B) 194.24º 0.25% 0.91% -
XYZ 57.5 65.54 86.71 -
YUV 207.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 174 219 233 0.25 0.06 0 0.09 194.24 0.57 0.8
Hex AE DB E9 19 6 0 9 C2 39 50
Octal 256 333 351 31 6 0 11 302 71 120
Binary 10101110 11011011 11101001 11001 110 0 1001 11000010 111001 1010000

Color Harmonies of #AEDBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBE9

Black with #AEDBE9

Text Example


Text Example

White with #AEDBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBE9; }

 p { color: rgb(174,219,233); }

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

background-color css

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

 a { background-color: rgb(174,219,233); }

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

border-color css

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

 span { border-color: rgb(174,219,233); }

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