Html Css Color HEX #ABD7DD Charlotte

📋 copy color: '#ABD7DD'

red 171 ◦ green 215 ◦ blue 221

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

Shades of Charlotte #ABD7DD

Tints of Charlotte #ABD7DD

RGB

 RED value IS 171 (67.19% from 255) = 28.17%

 GREEN value IS 215 (84.38% from 255) = 35.42%

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 28.17%
G = 35.42%
B = 36.41%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABD7DD (or 0xABD7DD) is known color: Charlotte. HEX triplet: AB, D7 and DD. RGB value is (171,215,221). Sum of RGB (Red+Green+Blue) = 171+215+221=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABD7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7DD is #542822. Grayscale: #CACACA. Windows color (decimal): -5515299 or 14538667. OLE color: 14538667.

HSL color Cylindrical-coordinate representation of color #ABD7DD: hue angle of 187.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABD7DD is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 215 221 -
CMYK 0.23 0.03 0 0.13
HSL 187.2º 0.42% 0.77% -
HSV(B) 187.2º 0.23% 0.87% -
XYZ 54.15 62.48 77.61 -
YUV 202.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 171 215 221 0.23 0.03 0 0.13 187.2 0.42 0.77
Hex AB D7 DD 17 3 0 D BB 2A 4D
Octal 253 327 335 27 3 0 15 273 52 115
Binary 10101011 11010111 11011101 10111 11 0 1101 10111011 101010 1001101

Color Harmonies of #ABD7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD7DD

Black with #ABD7DD

Text Example


Text Example

White with #ABD7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD7DD; }

 p { color: rgb(171,215,221); }

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

background-color css

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

 a { background-color: rgb(171,215,221); }

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

border-color css

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

 span { border-color: rgb(171,215,221); }

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