Html Css Color HEX #AADFEB Charlotte

📋 copy color: '#AADFEB'

red 170 ◦ green 223 ◦ blue 235

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

Shades of Charlotte #AADFEB

Tints of Charlotte #AADFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.51%

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

R = 27.07%
G = 35.51%
B = 37.42%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AADFEB (or 0xAADFEB) is known color: Charlotte. HEX triplet: AA, DF and EB. RGB value is (170,223,235). Sum of RGB (Red+Green+Blue) = 170+223+235=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #AADFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFEB is #552014. Grayscale: #D0D0D0. Windows color (decimal): -5578773 or 15458218. OLE color: 15458218.

HSL color Cylindrical-coordinate representation of color #AADFEB: hue angle of 191.08º 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 #AADFEB is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 223 235 -
CMYK 0.28 0.05 0 0.08
HSL 191.08º 0.62% 0.79% -
HSV(B) 191.08º 0.28% 0.92% -
XYZ 57.96 67.32 88.54 -
YUV 208.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 170 223 235 0.28 0.05 0 0.08 191.08 0.62 0.79
Hex AA DF EB 1C 5 0 8 BF 3E 4F
Octal 252 337 353 34 5 0 10 277 76 117
Binary 10101010 11011111 11101011 11100 101 0 1000 10111111 111110 1001111

Color Harmonies of #AADFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFEB

Black with #AADFEB

Text Example


Text Example

White with #AADFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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