Html Css Color HEX #AEDFF0 Light Blue

📋 copy color: '#AEDFF0'

red 174 ◦ green 223 ◦ blue 240

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

Shades of Light Blue #AEDFF0

Tints of Light Blue #AEDFF0

RGB

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

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

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

R = 27.32%
G = 35.01%
B = 37.68%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEDFF0 (or 0xAEDFF0) is known color: Light Blue. HEX triplet: AE, DF and F0. RGB value is (174,223,240). Sum of RGB (Red+Green+Blue) = 174+223+240=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEDFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF0 is #51200F. Grayscale: #D2D2D2. Windows color (decimal): -5316624 or 15785902. OLE color: 15785902.

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

Color convert

RGB 174 223 240 -
CMYK 0.28 0.07 0 0.06
HSL 195.45º 0.69% 0.81% -
HSV(B) 195.45º 0.28% 0.94% -
XYZ 59.57 68.07 92.44 -
YUV 210.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 174 223 240 0.28 0.07 0 0.06 195.45 0.69 0.81
Hex AE DF F0 1C 7 0 6 C3 45 51
Octal 256 337 360 34 7 0 6 303 105 121
Binary 10101110 11011111 11110000 11100 111 0 110 11000011 1000101 1010001

Color Harmonies of #AEDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFF0

Black with #AEDFF0

Text Example


Text Example

White with #AEDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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