Html Css Color HEX #A8D6DA Morning Glory

📋 copy color: '#A8D6DA'

red 168 ◦ green 214 ◦ blue 218

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

Shades of Morning Glory #A8D6DA

Tints of Morning Glory #A8D6DA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.67%

 BLUE value IS 218 (85.55% from 255) = 36.33%

R = 28%
G = 35.67%
B = 36.33%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A8D6DA (or 0xA8D6DA) is known color: Morning Glory. HEX triplet: A8, D6 and DA. RGB value is (168,214,218). Sum of RGB (Red+Green+Blue) = 168+214+218=600 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8D6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6DA is #572925. Grayscale: #C8C8C8. Windows color (decimal): -5712166 or 14341800. OLE color: 14341800.

HSL color Cylindrical-coordinate representation of color #A8D6DA: hue angle of 184.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D6DA is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 214 218 -
CMYK 0.23 0.02 0 0.15
HSL 184.8º 0.4% 0.76% -
HSV(B) 184.8º 0.23% 0.85% -
XYZ 52.85 61.48 75.41 -
YUV 200.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 168 214 218 0.23 0.02 0 0.15 184.8 0.4 0.76
Hex A8 D6 DA 17 2 0 F B9 28 4C
Octal 250 326 332 27 2 0 17 271 50 114
Binary 10101000 11010110 11011010 10111 10 0 1111 10111001 101000 1001100

Color Harmonies of #A8D6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D6DA

Black with #A8D6DA

Text Example


Text Example

White with #A8D6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D6DA; }

 p { color: rgb(168,214,218); }

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

background-color css

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

 a { background-color: rgb(168,214,218); }

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

border-color css

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

 span { border-color: rgb(168,214,218); }

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