Html Css Color HEX #A1C6CC Morning Glory

📋 copy color: '#A1C6CC'

red 161 ◦ green 198 ◦ blue 204

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

Shades of Morning Glory #A1C6CC

Tints of Morning Glory #A1C6CC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.17%

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 28.6%
G = 35.17%
B = 36.23%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A1C6CC (or 0xA1C6CC) is known color: Morning Glory. HEX triplet: A1, C6 and CC. RGB value is (161,198,204). Sum of RGB (Red+Green+Blue) = 161+198+204=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1C6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C6CC is #5E3933. Grayscale: #BBBBBB. Windows color (decimal): -6175028 or 13420193. OLE color: 13420193.

HSL color Cylindrical-coordinate representation of color #A1C6CC: hue angle of 188.37º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1C6CC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 198 204 -
CMYK 0.21 0.03 0 0.2
HSL 188.37º 0.3% 0.72% -
HSV(B) 188.37º 0.21% 0.8% -
XYZ 45.79 52.32 64.81 -
YUV 187.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 161 198 204 0.21 0.03 0 0.2 188.37 0.3 0.72
Hex A1 C6 CC 15 3 0 14 BC 1E 48
Octal 241 306 314 25 3 0 24 274 36 110
Binary 10100001 11000110 11001100 10101 11 0 10100 10111100 11110 1001000

Color Harmonies of #A1C6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C6CC

Black with #A1C6CC

Text Example


Text Example

White with #A1C6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C6CC; }

 p { color: rgb(161,198,204); }

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

background-color css

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

 a { background-color: rgb(161,198,204); }

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

border-color css

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

 span { border-color: rgb(161,198,204); }

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