Html Css Color HEX #AADCED Light Blue

📋 copy color: '#AADCED'

red 170 ◦ green 220 ◦ blue 237

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

Shades of Light Blue #AADCED

Tints of Light Blue #AADCED

RGB

 RED value IS 170 (66.8% from 255) = 27.11%

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

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

R = 27.11%
G = 35.09%
B = 37.8%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AADCED (or 0xAADCED) is known color: Light Blue. HEX triplet: AA, DC and ED. RGB value is (170,220,237). Sum of RGB (Red+Green+Blue) = 170+220+237=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #AADCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCED is #552312. Grayscale: #CECECE. Windows color (decimal): -5579539 or 15588522. OLE color: 15588522.

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

Color convert

RGB 170 220 237 -
CMYK 0.28 0.07 0 0.07
HSL 195.22º 0.65% 0.8% -
HSV(B) 195.22º 0.28% 0.93% -
XYZ 57.46 65.85 89.8 -
YUV 206.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 170 220 237 0.28 0.07 0 0.07 195.22 0.65 0.8
Hex AA DC ED 1C 7 0 7 C3 41 50
Octal 252 334 355 34 7 0 7 303 101 120
Binary 10101010 11011100 11101101 11100 111 0 111 11000011 1000001 1010000

Color Harmonies of #AADCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCED

Black with #AADCED

Text Example


Text Example

White with #AADCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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