Html Css Color HEX #A4DCDF Charlotte

📋 copy color: '#A4DCDF'

red 164 ◦ green 220 ◦ blue 223

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

Shades of Charlotte #A4DCDF

Tints of Charlotte #A4DCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.74%

R = 27.02%
G = 36.24%
B = 36.74%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A4DCDF (or 0xA4DCDF) is known color: Charlotte. HEX triplet: A4, DC and DF. RGB value is (164,220,223). Sum of RGB (Red+Green+Blue) = 164+220+223=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCDF is #5B2320. Grayscale: #CBCBCB. Windows color (decimal): -5972769 or 14671012. OLE color: 14671012.

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

Color convert

RGB 164 220 223 -
CMYK 0.26 0.01 0 0.13
HSL 183.05º 0.48% 0.76% -
HSV(B) 183.05º 0.26% 0.87% -
XYZ 54.22 64.41 79.39 -
YUV 203.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 164 220 223 0.26 0.01 0 0.13 183.05 0.48 0.76
Hex A4 DC DF 1A 1 0 D B7 30 4C
Octal 244 334 337 32 1 0 15 267 60 114
Binary 10100100 11011100 11011111 11010 1 0 1101 10110111 110000 1001100

Color Harmonies of #A4DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCDF

Black with #A4DCDF

Text Example


Text Example

White with #A4DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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