Html Css Color HEX #A8CBD0 Morning Glory

📋 copy color: '#A8CBD0'

red 168 ◦ green 203 ◦ blue 208

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

Shades of Morning Glory #A8CBD0

Tints of Morning Glory #A8CBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.92%

R = 29.02%
G = 35.06%
B = 35.92%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A8CBD0 (or 0xA8CBD0) is known color: Morning Glory. HEX triplet: A8, CB and D0. RGB value is (168,203,208). Sum of RGB (Red+Green+Blue) = 168+203+208=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #A8CBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBD0 is #57342F. Grayscale: #C1C1C1. Windows color (decimal): -5714992 or 13683624. OLE color: 13683624.

HSL color Cylindrical-coordinate representation of color #A8CBD0: hue angle of 187.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CBD0 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 203 208 -
CMYK 0.19 0.02 0 0.18
HSL 187.5º 0.3% 0.74% -
HSV(B) 187.5º 0.19% 0.82% -
XYZ 48.89 55.59 67.83 -
YUV 193.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 168 203 208 0.19 0.02 0 0.18 187.5 0.3 0.74
Hex A8 CB D0 13 2 0 12 BC 1E 4A
Octal 250 313 320 23 2 0 22 274 36 112
Binary 10101000 11001011 11010000 10011 10 0 10010 10111100 11110 1001010

Color Harmonies of #A8CBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CBD0

Black with #A8CBD0

Text Example


Text Example

White with #A8CBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CBD0; }

 p { color: rgb(168,203,208); }

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

background-color css

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

 a { background-color: rgb(168,203,208); }

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

border-color css

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

 span { border-color: rgb(168,203,208); }

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