Html Css Color HEX #A4DBDE Charlotte

📋 copy color: '#A4DBDE'

red 164 ◦ green 219 ◦ blue 222

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

Shades of Charlotte #A4DBDE

Tints of Charlotte #A4DBDE

RGB

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

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

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

R = 27.11%
G = 36.2%
B = 36.69%

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

#A4DBDE (or 0xA4DBDE) is known color: Charlotte. HEX triplet: A4, DB and DE. RGB value is (164,219,222). Sum of RGB (Red+Green+Blue) = 164+219+222=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #A4DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBDE is #5B2421. Grayscale: #CACACA. Windows color (decimal): -5973026 or 14605220. OLE color: 14605220.

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

Color convert

RGB 164 219 222 -
CMYK 0.26 0.01 0 0.13
HSL 183.1º 0.47% 0.76% -
HSV(B) 183.1º 0.26% 0.87% -
XYZ 53.83 63.83 78.59 -
YUV 202.9 138.78 100.26 -
System Red Green Blue C M Y K H S L
Decimal 164 219 222 0.26 0.01 0 0.13 183.1 0.47 0.76
Hex A4 DB DE 1A 1 0 D B7 2F 4C
Octal 244 333 336 32 1 0 15 267 57 114
Binary 10100100 11011011 11011110 11010 1 0 1101 10110111 101111 1001100

Color Harmonies of #A4DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DBDE

Black with #A4DBDE

Text Example


Text Example

White with #A4DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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