Html Css Color HEX #A4DBEC Charlotte

📋 copy color: '#A4DBEC'

red 164 ◦ green 219 ◦ blue 236

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

Shades of Charlotte #A4DBEC

Tints of Charlotte #A4DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.38%

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

R = 26.49%
G = 35.38%
B = 38.13%

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

#A4DBEC (or 0xA4DBEC) is known color: Charlotte. HEX triplet: A4, DB and EC. RGB value is (164,219,236). Sum of RGB (Red+Green+Blue) = 164+219+236=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DBEC is #5B2413. Grayscale: #CCCCCC. Windows color (decimal): -5973012 or 15522724. OLE color: 15522724.

HSL color Cylindrical-coordinate representation of color #A4DBEC: hue angle of 194.17º 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 #A4DBEC is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 219 236 -
CMYK 0.31 0.07 0 0.07
HSL 194.17º 0.65% 0.78% -
HSV(B) 194.17º 0.31% 0.93% -
XYZ 55.78 64.61 88.89 -
YUV 204.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 164 219 236 0.31 0.07 0 0.07 194.17 0.65 0.78
Hex A4 DB EC 1F 7 0 7 C2 41 4E
Octal 244 333 354 37 7 0 7 302 101 116
Binary 10100100 11011011 11101100 11111 111 0 111 11000010 1000001 1001110

Color Harmonies of #A4DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DBEC

Black with #A4DBEC

Text Example


Text Example

White with #A4DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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