Html Css Color HEX #AEDCEF Light Blue

📋 copy color: '#AEDCEF'

red 174 ◦ green 220 ◦ blue 239

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

Shades of Light Blue #AEDCEF

Tints of Light Blue #AEDCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.76%

 BLUE value IS 239 (93.75% from 255) = 37.76%

R = 27.49%
G = 34.76%
B = 37.76%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEDCEF (or 0xAEDCEF) is known color: Light Blue. HEX triplet: AE, DC and EF. RGB value is (174,220,239). Sum of RGB (Red+Green+Blue) = 174+220+239=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEDCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCEF is #512310. Grayscale: #D0D0D0. Windows color (decimal): -5317393 or 15719598. OLE color: 15719598.

HSL color Cylindrical-coordinate representation of color #AEDCEF: hue angle of 197.54º degrees, saturation: 0.67, 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 #AEDCEF is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 220 239 -
CMYK 0.27 0.08 0 0.06
HSL 197.54º 0.67% 0.81% -
HSV(B) 197.54º 0.27% 0.94% -
XYZ 58.63 66.42 91.39 -
YUV 208.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 174 220 239 0.27 0.08 0 0.06 197.54 0.67 0.81
Hex AE DC EF 1B 8 0 6 C6 43 51
Octal 256 334 357 33 10 0 6 306 103 121
Binary 10101110 11011100 11101111 11011 1000 0 110 11000110 1000011 1010001

Color Harmonies of #AEDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCEF

Black with #AEDCEF

Text Example


Text Example

White with #AEDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCEF; }

 p { color: rgb(174,220,239); }

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

background-color css

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

 a { background-color: rgb(174,220,239); }

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

border-color css

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

 span { border-color: rgb(174,220,239); }

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