Html Css Color HEX #A6D5DA Morning Glory

📋 copy color: '#A6D5DA'

red 166 ◦ green 213 ◦ blue 218

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

Shades of Morning Glory #A6D5DA

Tints of Morning Glory #A6D5DA

RGB

 RED value IS 166 (65.23% from 255) = 27.81%

 GREEN value IS 213 (83.59% from 255) = 35.68%

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

R = 27.81%
G = 35.68%
B = 36.52%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A6D5DA (or 0xA6D5DA) is known color: Morning Glory. HEX triplet: A6, D5 and DA. RGB value is (166,213,218). Sum of RGB (Red+Green+Blue) = 166+213+218=597 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.81% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6D5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D5DA is #592A25. Grayscale: #C7C7C7. Windows color (decimal): -5843494 or 14341542. OLE color: 14341542.

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

Color convert

RGB 166 213 218 -
CMYK 0.24 0.02 0 0.15
HSL 185.77º 0.41% 0.75% -
HSV(B) 185.77º 0.24% 0.85% -
XYZ 52.18 60.76 75.31 -
YUV 199.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 166 213 218 0.24 0.02 0 0.15 185.77 0.41 0.75
Hex A6 D5 DA 18 2 0 F BA 29 4B
Octal 246 325 332 30 2 0 17 272 51 113
Binary 10100110 11010101 11011010 11000 10 0 1111 10111010 101001 1001011

Color Harmonies of #A6D5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D5DA

Black with #A6D5DA

Text Example


Text Example

White with #A6D5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D5DA; }

 p { color: rgb(166,213,218); }

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

background-color css

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

 a { background-color: rgb(166,213,218); }

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

border-color css

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

 span { border-color: rgb(166,213,218); }

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