Html Css Color HEX #A4DADB Morning Glory

📋 copy color: '#A4DADB'

red 164 ◦ green 218 ◦ blue 219

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

Shades of Morning Glory #A4DADB

Tints of Morning Glory #A4DADB

RGB

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

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

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

R = 27.29%
G = 36.27%
B = 36.44%

CMYK

 C value IS 0.25

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A4DADB (or 0xA4DADB) is known color: Morning Glory. HEX triplet: A4, DA and DB. RGB value is (164,218,219). Sum of RGB (Red+Green+Blue) = 164+218+219=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #A4DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DADB is #5B2524. Grayscale: #C9C9C9. Windows color (decimal): -5973285 or 14408356. OLE color: 14408356.

HSL color Cylindrical-coordinate representation of color #A4DADB: hue angle of 181.09º 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 #A4DADB is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 218 219 -
CMYK 0.25 0.00 0 0.14
HSL 181.09º 0.43% 0.75% -
HSV(B) 181.09º 0.25% 0.86% -
XYZ 53.17 63.15 76.4 -
YUV 201.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 164 218 219 0.25 0.00 0 0.14 181.09 0.43 0.75
Hex A4 DA DB 19 0 0 E B5 2B 4B
Octal 244 332 333 31 0 0 16 265 53 113
Binary 10100100 11011010 11011011 11001 0 0 1110 10110101 101011 1001011

Color Harmonies of #A4DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DADB

Black with #A4DADB

Text Example


Text Example

White with #A4DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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