Html Css Color HEX #A8CCCD Morning Glory

📋 copy color: '#A8CCCD'

red 168 ◦ green 204 ◦ blue 205

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

Shades of Morning Glory #A8CCCD

Tints of Morning Glory #A8CCCD

RGB

 RED value IS 168 (66.02% from 255) = 29.12%

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

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

R = 29.12%
G = 35.36%
B = 35.53%

CMYK

 C value IS 0.18

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A8CCCD (or 0xA8CCCD) is known color: Morning Glory. HEX triplet: A8, CC and CD. RGB value is (168,204,205). Sum of RGB (Red+Green+Blue) = 168+204+205=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8CCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCCD is #573332. Grayscale: #C1C1C1. Windows color (decimal): -5714739 or 13487272. OLE color: 13487272.

HSL color Cylindrical-coordinate representation of color #A8CCCD: hue angle of 181.62º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCCD is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 204 205 -
CMYK 0.18 0.00 0 0.20
HSL 181.62º 0.27% 0.73% -
HSV(B) 181.62º 0.18% 0.8% -
XYZ 48.76 55.92 65.98 -
YUV 193.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 168 204 205 0.18 0.00 0 0.20 181.62 0.27 0.73
Hex A8 CC CD 12 0 0 14 B6 1B 49
Octal 250 314 315 22 0 0 24 266 33 111
Binary 10101000 11001100 11001101 10010 0 0 10100 10110110 11011 1001001

Color Harmonies of #A8CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCCD

Black with #A8CCCD

Text Example


Text Example

White with #A8CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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