Html Css Color HEX #AEDAF0 Light Blue

📋 copy color: '#AEDAF0'

red 174 ◦ green 218 ◦ blue 240

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

Shades of Light Blue #AEDAF0

Tints of Light Blue #AEDAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.97%

R = 27.53%
G = 34.49%
B = 37.97%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEDAF0 (or 0xAEDAF0) is known color: Light Blue. HEX triplet: AE, DA and F0. RGB value is (174,218,240). Sum of RGB (Red+Green+Blue) = 174+218+240=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEDAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAF0 is #51250F. Grayscale: #CFCFCF. Windows color (decimal): -5317904 or 15784622. OLE color: 15784622.

HSL color Cylindrical-coordinate representation of color #AEDAF0: hue angle of 200º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDAF0 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 218 240 -
CMYK 0.28 0.09 0 0.06
HSL 200º 0.69% 0.81% -
HSV(B) 200º 0.28% 0.94% -
XYZ 58.26 65.43 92 -
YUV 207.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 174 218 240 0.28 0.09 0 0.06 200 0.69 0.81
Hex AE DA F0 1C 9 0 6 C8 45 51
Octal 256 332 360 34 11 0 6 310 105 121
Binary 10101110 11011010 11110000 11100 1001 0 110 11001000 1000101 1010001

Color Harmonies of #AEDAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAF0

Black with #AEDAF0

Text Example


Text Example

White with #AEDAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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