Html Css Color HEX #A4DCDE Charlotte

📋 copy color: '#A4DCDE'

red 164 ◦ green 220 ◦ blue 222

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

Shades of Charlotte #A4DCDE

Tints of Charlotte #A4DCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.63%

R = 27.06%
G = 36.3%
B = 36.63%

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

#A4DCDE (or 0xA4DCDE) is known color: Charlotte. HEX triplet: A4, DC and DE. RGB value is (164,220,222). Sum of RGB (Red+Green+Blue) = 164+220+222=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #A4DCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCDE is #5B2321. Grayscale: #CBCBCB. Windows color (decimal): -5972770 or 14605476. OLE color: 14605476.

HSL color Cylindrical-coordinate representation of color #A4DCDE: hue angle of 182.07º degrees, saturation: 0.47, 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 #A4DCDE is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 220 222 -
CMYK 0.26 0.01 0 0.13
HSL 182.07º 0.47% 0.76% -
HSV(B) 182.07º 0.26% 0.87% -
XYZ 54.09 64.35 78.68 -
YUV 203.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 164 220 222 0.26 0.01 0 0.13 182.07 0.47 0.76
Hex A4 DC DE 1A 1 0 D B6 2F 4C
Octal 244 334 336 32 1 0 15 266 57 114
Binary 10100100 11011100 11011110 11010 1 0 1101 10110110 101111 1001100

Color Harmonies of #A4DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCDE

Black with #A4DCDE

Text Example


Text Example

White with #A4DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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