Html Css Color HEX #AADEEB Charlotte

📋 copy color: '#AADEEB'

red 170 ◦ green 222 ◦ blue 235

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

Shades of Charlotte #AADEEB

Tints of Charlotte #AADEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.41%

 BLUE value IS 235 (92.19% from 255) = 37.48%

R = 27.11%
G = 35.41%
B = 37.48%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AADEEB (or 0xAADEEB) is known color: Charlotte. HEX triplet: AA, DE and EB. RGB value is (170,222,235). Sum of RGB (Red+Green+Blue) = 170+222+235=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #AADEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEEB is #552114. Grayscale: #CFCFCF. Windows color (decimal): -5579029 or 15457962. OLE color: 15457962.

HSL color Cylindrical-coordinate representation of color #AADEEB: hue angle of 192º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AADEEB is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 222 235 -
CMYK 0.28 0.06 0 0.08
HSL 192º 0.62% 0.79% -
HSV(B) 192º 0.28% 0.92% -
XYZ 57.69 66.79 88.45 -
YUV 207.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 170 222 235 0.28 0.06 0 0.08 192 0.62 0.79
Hex AA DE EB 1C 6 0 8 C0 3E 4F
Octal 252 336 353 34 6 0 10 300 76 117
Binary 10101010 11011110 11101011 11100 110 0 1000 11000000 111110 1001111

Color Harmonies of #AADEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEEB

Black with #AADEEB

Text Example


Text Example

White with #AADEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEEB; }

 p { color: rgb(170,222,235); }

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

background-color css

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

 a { background-color: rgb(170,222,235); }

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

border-color css

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

 span { border-color: rgb(170,222,235); }

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