Html Css Color HEX #A4CCCF Morning Glory

📋 copy color: '#A4CCCF'

red 164 ◦ green 204 ◦ blue 207

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

Shades of Morning Glory #A4CCCF

Tints of Morning Glory #A4CCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36%

R = 28.52%
G = 35.48%
B = 36%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A4CCCF (or 0xA4CCCF) is known color: Morning Glory. HEX triplet: A4, CC and CF. RGB value is (164,204,207). Sum of RGB (Red+Green+Blue) = 164+204+207=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4CCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CCCF is #5B3330. Grayscale: #C0C0C0. Windows color (decimal): -5976881 or 13618340. OLE color: 13618340.

HSL color Cylindrical-coordinate representation of color #A4CCCF: hue angle of 184.19º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4CCCF is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 204 207 -
CMYK 0.21 0.01 0 0.19
HSL 184.19º 0.31% 0.73% -
HSV(B) 184.19º 0.21% 0.81% -
XYZ 48.17 55.58 67.22 -
YUV 192.38 136.25 107.76 -
System Red Green Blue C M Y K H S L
Decimal 164 204 207 0.21 0.01 0 0.19 184.19 0.31 0.73
Hex A4 CC CF 15 1 0 13 B8 1F 49
Octal 244 314 317 25 1 0 23 270 37 111
Binary 10100100 11001100 11001111 10101 1 0 10011 10111000 11111 1001001

Color Harmonies of #A4CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CCCF

Black with #A4CCCF

Text Example


Text Example

White with #A4CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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