Html Css Color HEX #A4CCCD Morning Glory

📋 copy color: '#A4CCCD'

red 164 ◦ green 204 ◦ blue 205

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

Shades of Morning Glory #A4CCCD

Tints of Morning Glory #A4CCCD

RGB

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

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

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

R = 28.62%
G = 35.6%
B = 35.78%

CMYK

 C value IS 0.2

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A4CCCD (or 0xA4CCCD) is known color: Morning Glory. HEX triplet: A4, CC and CD. RGB value is (164,204,205). Sum of RGB (Red+Green+Blue) = 164+204+205=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4CCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CCCD is #5B3332. Grayscale: #C0C0C0. Windows color (decimal): -5976883 or 13487268. OLE color: 13487268.

HSL color Cylindrical-coordinate representation of color #A4CCCD: hue angle of 181.46º 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 #A4CCCD is Cyan = 0.2, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 204 205 -
CMYK 0.2 0.00 0 0.20
HSL 181.46º 0.29% 0.72% -
HSV(B) 181.46º 0.2% 0.8% -
XYZ 47.92 55.49 65.94 -
YUV 192.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 164 204 205 0.2 0.00 0 0.20 181.46 0.29 0.72
Hex A4 CC CD 14 0 0 14 B5 1D 48
Octal 244 314 315 24 0 0 24 265 35 110
Binary 10100100 11001100 11001101 10100 0 0 10100 10110101 11101 1001000

Color Harmonies of #A4CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CCCD

Black with #A4CCCD

Text Example


Text Example

White with #A4CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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