Html Css Color HEX #A4DCDD Charlotte

📋 copy color: '#A4DCDD'

red 164 ◦ green 220 ◦ blue 221

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

Shades of Charlotte #A4DCDD

Tints of Charlotte #A4DCDD

RGB

 RED value IS 164 (64.45% from 255) = 27.11%

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

 BLUE value IS 221 (86.72% from 255) = 36.53%

R = 27.11%
G = 36.36%
B = 36.53%

CMYK

 C value IS 0.26

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A4DCDD (or 0xA4DCDD) is known color: Charlotte. HEX triplet: A4, DC and DD. RGB value is (164,220,221). Sum of RGB (Red+Green+Blue) = 164+220+221=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCDD is #5B2322. Grayscale: #CBCBCB. Windows color (decimal): -5972771 or 14539940. OLE color: 14539940.

HSL color Cylindrical-coordinate representation of color #A4DCDD: hue angle of 181.05º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DCDD is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 220 221 -
CMYK 0.26 0.00 0 0.13
HSL 181.05º 0.46% 0.75% -
HSV(B) 181.05º 0.26% 0.87% -
XYZ 53.95 64.3 77.97 -
YUV 203.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 164 220 221 0.26 0.00 0 0.13 181.05 0.46 0.75
Hex A4 DC DD 1A 0 0 D B5 2E 4B
Octal 244 334 335 32 0 0 15 265 56 113
Binary 10100100 11011100 11011101 11010 0 0 1101 10110101 101110 1001011

Color Harmonies of #A4DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCDD

Black with #A4DCDD

Text Example


Text Example

White with #A4DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCDD; }

 p { color: rgb(164,220,221); }

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

background-color css

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

 a { background-color: rgb(164,220,221); }

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

border-color css

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

 span { border-color: rgb(164,220,221); }

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