Html Css Color HEX #AADCEE Light Blue

📋 copy color: '#AADCEE'

red 170 ◦ green 220 ◦ blue 238

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

Shades of Light Blue #AADCEE

Tints of Light Blue #AADCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.9%

R = 27.07%
G = 35.03%
B = 37.9%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AADCEE (or 0xAADCEE) is known color: Light Blue. HEX triplet: AA, DC and EE. RGB value is (170,220,238). Sum of RGB (Red+Green+Blue) = 170+220+238=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #AADCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCEE is #552311. Grayscale: #CECECE. Windows color (decimal): -5579538 or 15654058. OLE color: 15654058.

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

Color convert

RGB 170 220 238 -
CMYK 0.29 0.08 0 0.07
HSL 195.88º 0.67% 0.8% -
HSV(B) 195.88º 0.29% 0.93% -
XYZ 57.6 65.91 90.57 -
YUV 207.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 170 220 238 0.29 0.08 0 0.07 195.88 0.67 0.8
Hex AA DC EE 1D 8 0 7 C4 43 50
Octal 252 334 356 35 10 0 7 304 103 120
Binary 10101010 11011100 11101110 11101 1000 0 111 11000100 1000011 1010000

Color Harmonies of #AADCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCEE

Black with #AADCEE

Text Example


Text Example

White with #AADCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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