Html Css Color HEX #A8CDCE Morning Glory

📋 copy color: '#A8CDCE'

red 168 ◦ green 205 ◦ blue 206

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

Shades of Morning Glory #A8CDCE

Tints of Morning Glory #A8CDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.41%

 BLUE value IS 206 (80.86% from 255) = 35.58%

R = 29.02%
G = 35.41%
B = 35.58%

CMYK

 C value IS 0.18

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A8CDCE (or 0xA8CDCE) is known color: Morning Glory. HEX triplet: A8, CD and CE. RGB value is (168,205,206). Sum of RGB (Red+Green+Blue) = 168+205+206=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8CDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CDCE is #573231. Grayscale: #C2C2C2. Windows color (decimal): -5714482 or 13553064. OLE color: 13553064.

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

Color convert

RGB 168 205 206 -
CMYK 0.18 0.00 0 0.19
HSL 181.58º 0.28% 0.73% -
HSV(B) 181.58º 0.18% 0.81% -
XYZ 49.12 56.44 66.7 -
YUV 194.05 134.74 109.42 -
System Red Green Blue C M Y K H S L
Decimal 168 205 206 0.18 0.00 0 0.19 181.58 0.28 0.73
Hex A8 CD CE 12 0 0 13 B6 1C 49
Octal 250 315 316 22 0 0 23 266 34 111
Binary 10101000 11001101 11001110 10010 0 0 10011 10110110 11100 1001001

Color Harmonies of #A8CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CDCE

Black with #A8CDCE

Text Example


Text Example

White with #A8CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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