Html Css Color HEX #A4D6DB Morning Glory

📋 copy color: '#A4D6DB'

red 164 ◦ green 214 ◦ blue 219

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

Shades of Morning Glory #A4D6DB

Tints of Morning Glory #A4D6DB

RGB

 RED value IS 164 (64.45% from 255) = 27.47%

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

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

R = 27.47%
G = 35.85%
B = 36.68%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A4D6DB (or 0xA4D6DB) is known color: Morning Glory. HEX triplet: A4, D6 and DB. RGB value is (164,214,219). Sum of RGB (Red+Green+Blue) = 164+214+219=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #A4D6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D6DB is #5B2924. Grayscale: #C7C7C7. Windows color (decimal): -5974309 or 14407332. OLE color: 14407332.

HSL color Cylindrical-coordinate representation of color #A4D6DB: hue angle of 185.45º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4D6DB is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 214 219 -
CMYK 0.25 0.02 0 0.14
HSL 185.45º 0.43% 0.75% -
HSV(B) 185.45º 0.25% 0.86% -
XYZ 52.14 61.1 76.06 -
YUV 199.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 164 214 219 0.25 0.02 0 0.14 185.45 0.43 0.75
Hex A4 D6 DB 19 2 0 E B9 2B 4B
Octal 244 326 333 31 2 0 16 271 53 113
Binary 10100100 11010110 11011011 11001 10 0 1110 10111001 101011 1001011

Color Harmonies of #A4D6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D6DB

Black with #A4D6DB

Text Example


Text Example

White with #A4D6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D6DB; }

 p { color: rgb(164,214,219); }

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

background-color css

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

 a { background-color: rgb(164,214,219); }

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

border-color css

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

 span { border-color: rgb(164,214,219); }

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