Html Css Color HEX #A4CBCD Morning Glory

📋 copy color: '#A4CBCD'

red 164 ◦ green 203 ◦ blue 205

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

Shades of Morning Glory #A4CBCD

Tints of Morning Glory #A4CBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.49%

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

R = 28.67%
G = 35.49%
B = 35.84%

CMYK

 C value IS 0.2

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A4CBCD (or 0xA4CBCD) is known color: Morning Glory. HEX triplet: A4, CB and CD. RGB value is (164,203,205). Sum of RGB (Red+Green+Blue) = 164+203+205=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CBCD is #5B3432. Grayscale: #BFBFBF. Windows color (decimal): -5977139 or 13487012. OLE color: 13487012.

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

Color convert

RGB 164 203 205 -
CMYK 0.2 0.01 0 0.20
HSL 182.93º 0.29% 0.72% -
HSV(B) 182.93º 0.2% 0.8% -
XYZ 47.69 55.01 65.86 -
YUV 191.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 164 203 205 0.2 0.01 0 0.20 182.93 0.29 0.72
Hex A4 CB CD 14 1 0 14 B7 1D 48
Octal 244 313 315 24 1 0 24 267 35 110
Binary 10100100 11001011 11001101 10100 1 0 10100 10110111 11101 1001000

Color Harmonies of #A4CBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CBCD

Black with #A4CBCD

Text Example


Text Example

White with #A4CBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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