Html Css Color HEX #AEDFF6 Light Blue

📋 copy color: '#AEDFF6'

red 174 ◦ green 223 ◦ blue 246

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

Shades of Light Blue #AEDFF6

Tints of Light Blue #AEDFF6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.68%

 BLUE value IS 246 (96.48% from 255) = 38.26%

R = 27.06%
G = 34.68%
B = 38.26%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AEDFF6 (or 0xAEDFF6) is known color: Light Blue. HEX triplet: AE, DF and F6. RGB value is (174,223,246). Sum of RGB (Red+Green+Blue) = 174+223+246=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #AEDFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF6 is #512009. Grayscale: #D2D2D2. Windows color (decimal): -5316618 or 16179118. OLE color: 16179118.

HSL color Cylindrical-coordinate representation of color #AEDFF6: hue angle of 199.17º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEDFF6 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 223 246 -
CMYK 0.29 0.09 0 0.04
HSL 199.17º 0.8% 0.82% -
HSV(B) 199.17º 0.29% 0.96% -
XYZ 60.48 68.43 97.21 -
YUV 210.97 147.77 101.63 -
System Red Green Blue C M Y K H S L
Decimal 174 223 246 0.29 0.09 0 0.04 199.17 0.8 0.82
Hex AE DF F6 1D 9 0 4 C7 50 52
Octal 256 337 366 35 11 0 4 307 120 122
Binary 10101110 11011111 11110110 11101 1001 0 100 11000111 1010000 1010010

Color Harmonies of #AEDFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFF6

Black with #AEDFF6

Text Example


Text Example

White with #AEDFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFF6; }

 p { color: rgb(174,223,246); }

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

background-color css

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

 a { background-color: rgb(174,223,246); }

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

border-color css

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

 span { border-color: rgb(174,223,246); }

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