Html Css Color HEX #ABD0D1 Morning Glory

📋 copy color: '#ABD0D1'

red 171 ◦ green 208 ◦ blue 209

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

Shades of Morning Glory #ABD0D1

Tints of Morning Glory #ABD0D1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.37%

 BLUE value IS 209 (82.03% from 255) = 35.54%

R = 29.08%
G = 35.37%
B = 35.54%

CMYK

 C value IS 0.18

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABD0D1 (or 0xABD0D1) is known color: Morning Glory. HEX triplet: AB, D0 and D1. RGB value is (171,208,209). Sum of RGB (Red+Green+Blue) = 171+208+209=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABD0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0D1 is #542F2E. Grayscale: #C5C5C5. Windows color (decimal): -5517103 or 13750443. OLE color: 13750443.

HSL color Cylindrical-coordinate representation of color #ABD0D1: hue angle of 181.58º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABD0D1 is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 208 209 -
CMYK 0.18 0.00 0 0.18
HSL 181.58º 0.29% 0.75% -
HSV(B) 181.58º 0.18% 0.82% -
XYZ 50.86 58.37 68.91 -
YUV 197.05 134.74 109.42 -
System Red Green Blue C M Y K H S L
Decimal 171 208 209 0.18 0.00 0 0.18 181.58 0.29 0.75
Hex AB D0 D1 12 0 0 12 B6 1D 4B
Octal 253 320 321 22 0 0 22 266 35 113
Binary 10101011 11010000 11010001 10010 0 0 10010 10110110 11101 1001011

Color Harmonies of #ABD0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD0D1

Black with #ABD0D1

Text Example


Text Example

White with #ABD0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD0D1; }

 p { color: rgb(171,208,209); }

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

background-color css

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

 a { background-color: rgb(171,208,209); }

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

border-color css

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

 span { border-color: rgb(171,208,209); }

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