Html Css Color HEX #AADCEF Light Blue

📋 copy color: '#AADCEF'

red 170 ◦ green 220 ◦ blue 239

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

Shades of Light Blue #AADCEF

Tints of Light Blue #AADCEF

RGB

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

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

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

R = 27.03%
G = 34.98%
B = 38%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AADCEF (or 0xAADCEF) is known color: Light Blue. HEX triplet: AA, DC and EF. RGB value is (170,220,239). Sum of RGB (Red+Green+Blue) = 170+220+239=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #AADCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCEF is #552310. Grayscale: #CFCFCF. Windows color (decimal): -5579537 or 15719594. OLE color: 15719594.

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

Color convert

RGB 170 220 239 -
CMYK 0.29 0.08 0 0.06
HSL 196.52º 0.68% 0.8% -
HSV(B) 196.52º 0.29% 0.94% -
XYZ 57.75 65.96 91.35 -
YUV 207.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 170 220 239 0.29 0.08 0 0.06 196.52 0.68 0.8
Hex AA DC EF 1D 8 0 6 C5 44 50
Octal 252 334 357 35 10 0 6 305 104 120
Binary 10101010 11011100 11101111 11101 1000 0 110 11000101 1000100 1010000

Color Harmonies of #AADCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCEF

Black with #AADCEF

Text Example


Text Example

White with #AADCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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