Html Css Color HEX #A4DCEC Charlotte

📋 copy color: '#A4DCEC'

red 164 ◦ green 220 ◦ blue 236

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

Shades of Charlotte #A4DCEC

Tints of Charlotte #A4DCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.06%

R = 26.45%
G = 35.48%
B = 38.06%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A4DCEC (or 0xA4DCEC) is known color: Charlotte. HEX triplet: A4, DC and EC. RGB value is (164,220,236). Sum of RGB (Red+Green+Blue) = 164+220+236=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4DCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DCEC is #5B2313. Grayscale: #CCCCCC. Windows color (decimal): -5972756 or 15522980. OLE color: 15522980.

HSL color Cylindrical-coordinate representation of color #A4DCEC: hue angle of 193.33º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4DCEC is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 220 236 -
CMYK 0.31 0.07 0 0.07
HSL 193.33º 0.65% 0.78% -
HSV(B) 193.33º 0.31% 0.93% -
XYZ 56.04 65.14 88.98 -
YUV 205.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 164 220 236 0.31 0.07 0 0.07 193.33 0.65 0.78
Hex A4 DC EC 1F 7 0 7 C1 41 4E
Octal 244 334 354 37 7 0 7 301 101 116
Binary 10100100 11011100 11101100 11111 111 0 111 11000001 1000001 1001110

Color Harmonies of #A4DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCEC

Black with #A4DCEC

Text Example


Text Example

White with #A4DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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