Html Css Color HEX #AED9F0 Light Blue

📋 copy color: '#AED9F0'

red 174 ◦ green 217 ◦ blue 240

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

Shades of Light Blue #AED9F0

Tints of Light Blue #AED9F0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.39%

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

R = 27.58%
G = 34.39%
B = 38.03%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AED9F0 (or 0xAED9F0) is known color: Light Blue. HEX triplet: AE, D9 and F0. RGB value is (174,217,240). Sum of RGB (Red+Green+Blue) = 174+217+240=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #AED9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED9F0 is #51260F. Grayscale: #CECECE. Windows color (decimal): -5318160 or 15784366. OLE color: 15784366.

HSL color Cylindrical-coordinate representation of color #AED9F0: hue angle of 200.91º 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 #AED9F0 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 217 240 -
CMYK 0.28 0.10 0 0.06
HSL 200.91º 0.69% 0.81% -
HSV(B) 200.91º 0.28% 0.94% -
XYZ 58 64.92 91.91 -
YUV 206.77 146.75 104.63 -
System Red Green Blue C M Y K H S L
Decimal 174 217 240 0.28 0.10 0 0.06 200.91 0.69 0.81
Hex AE D9 F0 1C A 0 6 C9 45 51
Octal 256 331 360 34 12 0 6 311 105 121
Binary 10101110 11011001 11110000 11100 1010 0 110 11001001 1000101 1010001

Color Harmonies of #AED9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED9F0

Black with #AED9F0

Text Example


Text Example

White with #AED9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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