Html Css Color HEX #AEDFF1 Light Blue

📋 copy color: '#AEDFF1'

red 174 ◦ green 223 ◦ blue 241

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

Shades of Light Blue #AEDFF1

Tints of Light Blue #AEDFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.77%

R = 27.27%
G = 34.95%
B = 37.77%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEDFF1 (or 0xAEDFF1) is known color: Light Blue. HEX triplet: AE, DF and F1. RGB value is (174,223,241). Sum of RGB (Red+Green+Blue) = 174+223+241=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEDFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF1 is #51200E. Grayscale: #D2D2D2. Windows color (decimal): -5316623 or 15851438. OLE color: 15851438.

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

Color convert

RGB 174 223 241 -
CMYK 0.28 0.07 0 0.05
HSL 196.12º 0.71% 0.81% -
HSV(B) 196.12º 0.28% 0.95% -
XYZ 59.72 68.12 93.22 -
YUV 210.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 174 223 241 0.28 0.07 0 0.05 196.12 0.71 0.81
Hex AE DF F1 1C 7 0 5 C4 47 51
Octal 256 337 361 34 7 0 5 304 107 121
Binary 10101110 11011111 11110001 11100 111 0 101 11000100 1000111 1010001

Color Harmonies of #AEDFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFF1

Black with #AEDFF1

Text Example


Text Example

White with #AEDFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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