Html Css Color HEX #AEDCEC Light Blue

📋 copy color: '#AEDCEC'

red 174 ◦ green 220 ◦ blue 236

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

Shades of Light Blue #AEDCEC

Tints of Light Blue #AEDCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.46%

R = 27.62%
G = 34.92%
B = 37.46%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEDCEC (or 0xAEDCEC) is known color: Light Blue. HEX triplet: AE, DC and EC. RGB value is (174,220,236). Sum of RGB (Red+Green+Blue) = 174+220+236=630 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.62% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCEC is #512313. Grayscale: #CFCFCF. Windows color (decimal): -5317396 or 15522990. OLE color: 15522990.

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

Color convert

RGB 174 220 236 -
CMYK 0.26 0.07 0 0.07
HSL 195.48º 0.62% 0.8% -
HSV(B) 195.48º 0.26% 0.93% -
XYZ 58.19 66.24 89.08 -
YUV 208.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 174 220 236 0.26 0.07 0 0.07 195.48 0.62 0.8
Hex AE DC EC 1A 7 0 7 C3 3E 50
Octal 256 334 354 32 7 0 7 303 76 120
Binary 10101110 11011100 11101100 11010 111 0 111 11000011 111110 1010000

Color Harmonies of #AEDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCEC

Black with #AEDCEC

Text Example


Text Example

White with #AEDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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