Html Css Color HEX #AED9F2 Light Blue

📋 copy color: '#AED9F2'

red 174 ◦ green 217 ◦ blue 242

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

Shades of Light Blue #AED9F2

Tints of Light Blue #AED9F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.23%

R = 27.49%
G = 34.28%
B = 38.23%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AED9F2 (or 0xAED9F2) is known color: Light Blue. HEX triplet: AE, D9 and F2. RGB value is (174,217,242). Sum of RGB (Red+Green+Blue) = 174+217+242=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #AED9F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED9F2 is #51260D. Grayscale: #CECECE. Windows color (decimal): -5318158 or 15915438. OLE color: 15915438.

HSL color Cylindrical-coordinate representation of color #AED9F2: hue angle of 202.06º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AED9F2 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 217 242 -
CMYK 0.28 0.10 0 0.05
HSL 202.06º 0.72% 0.82% -
HSV(B) 202.06º 0.28% 0.95% -
XYZ 58.3 65.04 93.48 -
YUV 206.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 174 217 242 0.28 0.10 0 0.05 202.06 0.72 0.82
Hex AE D9 F2 1C A 0 5 CA 48 52
Octal 256 331 362 34 12 0 5 312 110 122
Binary 10101110 11011001 11110010 11100 1010 0 101 11001010 1001000 1010010

Color Harmonies of #AED9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED9F2

Black with #AED9F2

Text Example


Text Example

White with #AED9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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