Html Css Color HEX #A1D4DA Morning Glory

📋 copy color: '#A1D4DA'

red 161 ◦ green 212 ◦ blue 218

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

Shades of Morning Glory #A1D4DA

Tints of Morning Glory #A1D4DA

RGB

 RED value IS 161 (63.28% from 255) = 27.24%

 GREEN value IS 212 (83.2% from 255) = 35.87%

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

R = 27.24%
G = 35.87%
B = 36.89%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A1D4DA (or 0xA1D4DA) is known color: Morning Glory. HEX triplet: A1, D4 and DA. RGB value is (161,212,218). Sum of RGB (Red+Green+Blue) = 161+212+218=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1D4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D4DA is #5E2B25. Grayscale: #C5C5C5. Windows color (decimal): -6171430 or 14341281. OLE color: 14341281.

HSL color Cylindrical-coordinate representation of color #A1D4DA: hue angle of 186.32º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1D4DA is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 212 218 -
CMYK 0.26 0.03 0 0.15
HSL 186.32º 0.44% 0.74% -
HSV(B) 186.32º 0.26% 0.85% -
XYZ 50.9 59.73 75.18 -
YUV 197.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 161 212 218 0.26 0.03 0 0.15 186.32 0.44 0.74
Hex A1 D4 DA 1A 3 0 F BA 2C 4A
Octal 241 324 332 32 3 0 17 272 54 112
Binary 10100001 11010100 11011010 11010 11 0 1111 10111010 101100 1001010

Color Harmonies of #A1D4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D4DA

Black with #A1D4DA

Text Example


Text Example

White with #A1D4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D4DA; }

 p { color: rgb(161,212,218); }

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

background-color css

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

 a { background-color: rgb(161,212,218); }

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

border-color css

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

 span { border-color: rgb(161,212,218); }

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