Html Css Color HEX #ABCCD0 Morning Glory

📋 copy color: '#ABCCD0'

red 171 ◦ green 204 ◦ blue 208

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

Shades of Morning Glory #ABCCD0

Tints of Morning Glory #ABCCD0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.99%

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

R = 29.33%
G = 34.99%
B = 35.68%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABCCD0 (or 0xABCCD0) is known color: Morning Glory. HEX triplet: AB, CC and D0. RGB value is (171,204,208). Sum of RGB (Red+Green+Blue) = 171+204+208=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABCCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCD0 is #54332F. Grayscale: #C2C2C2. Windows color (decimal): -5518128 or 13683883. OLE color: 13683883.

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

Color convert

RGB 171 204 208 -
CMYK 0.18 0.02 0 0.18
HSL 186.49º 0.28% 0.74% -
HSV(B) 186.49º 0.18% 0.82% -
XYZ 49.77 56.4 67.94 -
YUV 194.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 171 204 208 0.18 0.02 0 0.18 186.49 0.28 0.74
Hex AB CC D0 12 2 0 12 BA 1C 4A
Octal 253 314 320 22 2 0 22 272 34 112
Binary 10101011 11001100 11010000 10010 10 0 10010 10111010 11100 1001010

Color Harmonies of #ABCCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCD0

Black with #ABCCD0

Text Example


Text Example

White with #ABCCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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