Html Css Color HEX #A1DFE0 Charlotte

📋 copy color: '#A1DFE0'

red 161 ◦ green 223 ◦ blue 224

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

Shades of Charlotte #A1DFE0

Tints of Charlotte #A1DFE0

RGB

 RED value IS 161 (63.28% from 255) = 26.48%

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

 BLUE value IS 224 (87.89% from 255) = 36.84%

R = 26.48%
G = 36.68%
B = 36.84%

CMYK

 C value IS 0.28

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A1DFE0 (or 0xA1DFE0) is known color: Charlotte. HEX triplet: A1, DF and E0. RGB value is (161,223,224). Sum of RGB (Red+Green+Blue) = 161+223+224=608 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.48% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #A1DFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFE0 is #5E201F. Grayscale: #CCCCCC. Windows color (decimal): -6168608 or 14737313. OLE color: 14737313.

HSL color Cylindrical-coordinate representation of color #A1DFE0: hue angle of 180.95º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DFE0 is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 223 224 -
CMYK 0.28 0.00 0 0.12
HSL 180.95º 0.5% 0.75% -
HSV(B) 180.95º 0.28% 0.88% -
XYZ 54.54 65.73 80.33 -
YUV 204.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 161 223 224 0.28 0.00 0 0.12 180.95 0.5 0.75
Hex A1 DF E0 1C 0 0 C B5 32 4B
Octal 241 337 340 34 0 0 14 265 62 113
Binary 10100001 11011111 11100000 11100 0 0 1100 10110101 110010 1001011

Color Harmonies of #A1DFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DFE0

Black with #A1DFE0

Text Example


Text Example

White with #A1DFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DFE0; }

 p { color: rgb(161,223,224); }

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

background-color css

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

 a { background-color: rgb(161,223,224); }

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

border-color css

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

 span { border-color: rgb(161,223,224); }

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