Html Css Color HEX #A8DADB Morning Glory

📋 copy color: '#A8DADB'

red 168 ◦ green 218 ◦ blue 219

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

Shades of Morning Glory #A8DADB

Tints of Morning Glory #A8DADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.03%

 BLUE value IS 219 (85.94% from 255) = 36.2%

R = 27.77%
G = 36.03%
B = 36.2%

CMYK

 C value IS 0.23

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8DADB (or 0xA8DADB) is known color: Morning Glory. HEX triplet: A8, DA and DB. RGB value is (168,218,219). Sum of RGB (Red+Green+Blue) = 168+218+219=605 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.77% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DADB is #572524. Grayscale: #CBCBCB. Windows color (decimal): -5711141 or 14408360. OLE color: 14408360.

HSL color Cylindrical-coordinate representation of color #A8DADB: hue angle of 181.18º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DADB is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 218 219 -
CMYK 0.23 0.00 0 0.14
HSL 181.18º 0.41% 0.76% -
HSV(B) 181.18º 0.23% 0.86% -
XYZ 54.01 63.58 76.44 -
YUV 203.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 168 218 219 0.23 0.00 0 0.14 181.18 0.41 0.76
Hex A8 DA DB 17 0 0 E B5 29 4C
Octal 250 332 333 27 0 0 16 265 51 114
Binary 10101000 11011010 11011011 10111 0 0 1110 10110101 101001 1001100

Color Harmonies of #A8DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DADB

Black with #A8DADB

Text Example


Text Example

White with #A8DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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