Html Css Color HEX #AEDBF1 Light Blue

📋 copy color: '#AEDBF1'

red 174 ◦ green 219 ◦ blue 241

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

Shades of Light Blue #AEDBF1

Tints of Light Blue #AEDBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.54%

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

R = 27.44%
G = 34.54%
B = 38.01%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEDBF1 (or 0xAEDBF1) is known color: Light Blue. HEX triplet: AE, DB and F1. RGB value is (174,219,241). Sum of RGB (Red+Green+Blue) = 174+219+241=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEDBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBF1 is #51240E. Grayscale: #CFCFCF. Windows color (decimal): -5317647 or 15850414. OLE color: 15850414.

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

Color convert

RGB 174 219 241 -
CMYK 0.28 0.09 0 0.05
HSL 199.7º 0.71% 0.81% -
HSV(B) 199.7º 0.28% 0.95% -
XYZ 58.66 66.01 92.87 -
YUV 208.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 174 219 241 0.28 0.09 0 0.05 199.7 0.71 0.81
Hex AE DB F1 1C 9 0 5 C8 47 51
Octal 256 333 361 34 11 0 5 310 107 121
Binary 10101110 11011011 11110001 11100 1001 0 101 11001000 1000111 1010001

Color Harmonies of #AEDBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBF1

Black with #AEDBF1

Text Example


Text Example

White with #AEDBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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