Html Css Color HEX #AEDCED Light Blue

📋 copy color: '#AEDCED'

red 174 ◦ green 220 ◦ blue 237

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

Shades of Light Blue #AEDCED

Tints of Light Blue #AEDCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.56%

R = 27.58%
G = 34.87%
B = 37.56%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEDCED (or 0xAEDCED) is known color: Light Blue. HEX triplet: AE, DC and ED. RGB value is (174,220,237). Sum of RGB (Red+Green+Blue) = 174+220+237=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEDCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCED is #512312. Grayscale: #D0D0D0. Windows color (decimal): -5317395 or 15588526. OLE color: 15588526.

HSL color Cylindrical-coordinate representation of color #AEDCED: hue angle of 196.19º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDCED is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 220 237 -
CMYK 0.27 0.07 0 0.07
HSL 196.19º 0.64% 0.81% -
HSV(B) 196.19º 0.27% 0.93% -
XYZ 58.33 66.3 89.84 -
YUV 208.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 174 220 237 0.27 0.07 0 0.07 196.19 0.64 0.81
Hex AE DC ED 1B 7 0 7 C4 40 51
Octal 256 334 355 33 7 0 7 304 100 121
Binary 10101110 11011100 11101101 11011 111 0 111 11000100 1000000 1010001

Color Harmonies of #AEDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCED

Black with #AEDCED

Text Example


Text Example

White with #AEDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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