Html Css Color HEX #ABCFD0 Morning Glory

📋 copy color: '#ABCFD0'

red 171 ◦ green 207 ◦ blue 208

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

Shades of Morning Glory #ABCFD0

Tints of Morning Glory #ABCFD0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.32%

 BLUE value IS 208 (81.64% from 255) = 35.49%

R = 29.18%
G = 35.32%
B = 35.49%

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

#ABCFD0 (or 0xABCFD0) is known color: Morning Glory. HEX triplet: AB, CF and D0. RGB value is (171,207,208). Sum of RGB (Red+Green+Blue) = 171+207+208=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABCFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFD0 is #54302F. Grayscale: #C4C4C4. Windows color (decimal): -5517360 or 13684651. OLE color: 13684651.

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

Color convert

RGB 171 207 208 -
CMYK 0.18 0.00 0 0.18
HSL 181.62º 0.28% 0.74% -
HSV(B) 181.62º 0.18% 0.82% -
XYZ 50.49 57.84 68.18 -
YUV 196.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 171 207 208 0.18 0.00 0 0.18 181.62 0.28 0.74
Hex AB CF D0 12 0 0 12 B6 1C 4A
Octal 253 317 320 22 0 0 22 266 34 112
Binary 10101011 11001111 11010000 10010 0 0 10010 10110110 11100 1001010

Color Harmonies of #ABCFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFD0

Black with #ABCFD0

Text Example


Text Example

White with #ABCFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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