Html Css Color HEX #A4C8CD Morning Glory

📋 copy color: '#A4C8CD'

red 164 ◦ green 200 ◦ blue 205

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

Shades of Morning Glory #A4C8CD

Tints of Morning Glory #A4C8CD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.15%

 BLUE value IS 205 (80.47% from 255) = 36.03%

R = 28.82%
G = 35.15%
B = 36.03%

CMYK

 C value IS 0.2

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A4C8CD (or 0xA4C8CD) is known color: Morning Glory. HEX triplet: A4, C8 and CD. RGB value is (164,200,205). Sum of RGB (Red+Green+Blue) = 164+200+205=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4C8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C8CD is #5B3732. Grayscale: #BDBDBD. Windows color (decimal): -5977907 or 13486244. OLE color: 13486244.

HSL color Cylindrical-coordinate representation of color #A4C8CD: hue angle of 187.32º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4C8CD is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 200 205 -
CMYK 0.2 0.02 0 0.20
HSL 187.32º 0.29% 0.72% -
HSV(B) 187.32º 0.2% 0.8% -
XYZ 46.98 53.61 65.63 -
YUV 189.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 164 200 205 0.2 0.02 0 0.20 187.32 0.29 0.72
Hex A4 C8 CD 14 2 0 14 BB 1D 48
Octal 244 310 315 24 2 0 24 273 35 110
Binary 10100100 11001000 11001101 10100 10 0 10100 10111011 11101 1001000

Color Harmonies of #A4C8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C8CD

Black with #A4C8CD

Text Example


Text Example

White with #A4C8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C8CD; }

 p { color: rgb(164,200,205); }

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

background-color css

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

 a { background-color: rgb(164,200,205); }

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

border-color css

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

 span { border-color: rgb(164,200,205); }

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